Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
runs-on: ubuntu-latest
permissions:
id-token: write
pages: write
steps:
- name: Checkout repository
uses: actions/checkout@v6
Expand All @@ -32,18 +31,3 @@ jobs:

- name: Build
run: npm run build

- name: Set up GitHub pages
if: github.ref == 'refs/heads/main'
uses: actions/configure-pages@v5

- name: Upload artifact to pages
if: github.ref == 'refs/heads/main'
uses: actions/upload-pages-artifact@v4
with:
path: dist

- name: Deploy to GitHub Pages
if: github.ref == 'refs/heads/main'
id: deployment
uses: actions/deploy-pages@v4