We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c86b6c commit b7e8429Copy full SHA for b7e8429
1 file changed
.github/workflows/push.yml
@@ -36,15 +36,15 @@ jobs:
36
- name: Archive www
37
uses: actions/upload-artifact@v4
38
with:
39
- name: 'github-pages'
+ name: github-pages
40
path: www/main
41
deploy:
42
needs: build-and-test
43
permissions:
44
pages: write
45
id-token: write
46
environment:
47
- name: www
48
url: ${{ steps.deployment.outputs.page_url }}
49
runs-on: ubuntu-latest
50
if: github.ref == 'refs/heads/main'
0 commit comments