Skip to content

Commit 59ceeaf

Browse files
authored
Removed deployment to GitHub Pages (#36)
2 parents db5429a + 0b01d92 commit 59ceeaf

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

.github/workflows/build.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
runs-on: ubuntu-latest
1313
permissions:
1414
id-token: write
15-
pages: write
1615
steps:
1716
- name: Checkout repository
1817
uses: actions/checkout@v6
@@ -32,18 +31,3 @@ jobs:
3231

3332
- name: Build
3433
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-
if: github.ref == 'refs/heads/main'
42-
uses: actions/upload-pages-artifact@v4
43-
with:
44-
path: dist
45-
46-
- name: Deploy to GitHub Pages
47-
if: github.ref == 'refs/heads/main'
48-
id: deployment
49-
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)