We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 535cf41 commit 64ef716Copy full SHA for 64ef716
1 file changed
.github/workflows/docs.yml
@@ -1,4 +1,4 @@
1
-name: Build and deploy documentation
+name: Documentation
2
3
on:
4
push:
@@ -57,14 +57,14 @@ jobs:
57
58
# Upload to GitHub Pages if on main branch
59
- name: Upload artifacts using actions/upload-pages-artifact
60
- # if: github.ref == 'refs/heads/main'
+ if: github.ref == 'refs/heads/main'
61
id: deployment
62
uses: actions/upload-pages-artifact@v3
63
with:
64
path: ./docs/build/html
65
66
deploy:
67
68
69
needs: build
70
0 commit comments