Skip to content

Commit

Permalink
Merge pull request #25 from lugvitc/dev-deploy
Browse files Browse the repository at this point in the history
Dev deploy
  • Loading branch information
WizzyGeek authored Jan 20, 2024
2 parents 3e871c8 + d37d402 commit 465450e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
permissions:
contents: read
pages: write
id-token: write

concurrency:
group: 'event-page'
Expand Down Expand Up @@ -36,6 +37,8 @@ jobs:
run: pnpm install
- name: Build
run: pnpm run build
- name: Create 404
run: cp ./dist/index.html ./dist/404.html
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down

0 comments on commit 465450e

Please sign in to comment.