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 498cea0 commit e902074Copy full SHA for e902074
.github/workflows/static.yml
@@ -49,15 +49,15 @@ jobs:
49
# Upload entire repository
50
path: 'build/html'
51
52
-# deploy:
53
-# runs-on: ubuntu-latest
54
-# needs: build
55
-# environment:
56
-# name: github-pages
57
-# url: ${{ steps.deployment.outputs.page_url }}
58
-# steps:
59
-# - name: Deploy to GitHub Pages
60
-# id: deployment
61
-# if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
62
-# uses: actions/deploy-pages@v4
63
-#
+ deploy:
+ runs-on: ubuntu-latest
+ needs: build
+ environment:
+ name: github-pages
+ url: ${{ steps.deployment.outputs.page_url }}
+ steps:
+ - name: Deploy to GitHub Pages
+ id: deployment
+ if: github.ref == 'refs/heads/main'
+ uses: actions/deploy-pages@v4
+
0 commit comments