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 1571d61 commit 9a7f203Copy full SHA for 9a7f203
.github/workflows/build-website.yml
@@ -16,29 +16,8 @@ jobs:
16
with:
17
node-version: 23
18
cache: npm
19
-
20
- name: Install dependencies
21
run: npm ci
22
- name: Build website
23
run: |
24
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