We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db5429a + 0b01d92 commit 59ceeafCopy full SHA for 59ceeaf
1 file changed
.github/workflows/build.yaml
@@ -12,7 +12,6 @@ jobs:
12
runs-on: ubuntu-latest
13
permissions:
14
id-token: write
15
- pages: write
16
steps:
17
- name: Checkout repository
18
uses: actions/checkout@v6
@@ -32,18 +31,3 @@ jobs:
32
31
33
- name: Build
34
run: npm run build
35
-
36
- - name: Set up GitHub pages
37
- if: github.ref == 'refs/heads/main'
38
- uses: actions/configure-pages@v5
39
40
- - name: Upload artifact to pages
41
42
- uses: actions/upload-pages-artifact@v4
43
- with:
44
- path: dist
45
46
- - name: Deploy to GitHub Pages
47
48
- id: deployment
49
- uses: actions/deploy-pages@v4
0 commit comments