Skip to content

Commit 9a7f203

Browse files
committed
Don't deploy to GitHub pages
1 parent 1571d61 commit 9a7f203

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.github/workflows/build-website.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -16,29 +16,8 @@ jobs:
1616
with:
1717
node-version: 23
1818
cache: npm
19-
2019
- name: Install dependencies
2120
run: npm ci
2221
- name: Build website
2322
run: |
2423
npm run build
25-
ls dist/
26-
27-
- name: Upload Build Artifact
28-
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0
29-
with:
30-
path: dist/
31-
deploy:
32-
name: Deploy to GitHub Pages
33-
needs: build
34-
permissions:
35-
pages: write
36-
id-token: write
37-
environment:
38-
name: github-pages
39-
url: ${{ steps.deployment.outputs.page_url }}
40-
runs-on: ubuntu-latest
41-
steps:
42-
- name: Deploy to GitHub Pages
43-
id: deployment
44-
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5

0 commit comments

Comments
 (0)