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 3ef1328 commit e721245Copy full SHA for e721245
.github/workflows/linux-eic-shell.yml
@@ -56,14 +56,14 @@ jobs:
56
apk add tar bash
57
# FIXME bash not really required: see https://github.com/actions/upload-pages-artifact/pull/14
58
- uses: actions/upload-pages-artifact@v1
59
- if: github.ref == 'refs/heads/master'
+ if: github.ref == 'refs/heads/main'
60
with:
61
path: build/docs/html/
62
retention-days: 7
63
64
deploy-docs:
65
needs: build-docs
66
67
permissions:
68
pages: write
69
id-token: write
0 commit comments