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 1005d13 commit c347154Copy full SHA for c347154
.github/workflows/build.yml
@@ -31,19 +31,3 @@ jobs:
31
if: github.event_name == 'release' && github.event.action == 'created'
32
env:
33
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
34
- deploy:
35
- # https://github.com/actions/deploy-pages
36
- runs-on: ubuntu-latest
37
- permissions:
38
- pages: write
39
- id-token: write
40
- needs: build
41
- # Deploy to the github-pages environment
42
- environment:
43
- name: github-pages
44
- url: ${{ steps.deployment.outputs.page_url }}
45
- if: github.ref == 'refs/heads/main'
46
- steps:
47
- - name: Deploy to GitHub Pages
48
- id: deployment
49
- uses: actions/deploy-pages@v4
0 commit comments