Skip to content

Commit

Permalink
Deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
supertanuki committed Dec 20, 2024
1 parent d7e42cf commit 31f9af7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
matrix:
node-version: ['20']

permissions:
contents: write

steps:
- uses: actions/checkout@v4

Expand All @@ -26,7 +29,7 @@ jobs:
run: npm ci

- name: Run npm build
run: npm run build
run: npm run build:prod

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 31f9af7

Please sign in to comment.