Skip to content

Commit 7a2a3c7

Browse files
committed
restored git docs
1 parent d9e1f6f commit 7a2a3c7

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,13 @@ jobs:
9191
name: docs-artifact
9292
path: ./docs/build
9393

94+
- name: Upload artifact for GitHub
95+
if: ${{ github.server_url == 'https://github.com' }}
96+
uses: actions/upload-artifact@v4
97+
with:
98+
name: docs-artifact
99+
path: ./docs/build
100+
94101
# Deploy job for GitHub Pages
95102
deploy-github:
96103
needs: build

0 commit comments

Comments
 (0)