Skip to content

Commit c347154

Browse files
Remove stories GH pages deployment
1 parent 1005d13 commit c347154

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,3 @@ jobs:
3131
if: github.event_name == 'release' && github.event.action == 'created'
3232
env:
3333
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

Comments
 (0)