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 3ecf1f9 commit 535cf41Copy full SHA for 535cf41
1 file changed
.github/workflows/docs.yml
@@ -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