Skip to content

Commit

Permalink
update deploy config
Browse files Browse the repository at this point in the history
  • Loading branch information
wheattoast11 committed Nov 20, 2024
1 parent 982921b commit 4d7ced6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ permissions:
pages: write
id-token: write

concurrency:
group: "pages"
cancel-in-progress: false

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -28,6 +32,8 @@ jobs:

- name: Build
run: npm run build
env:
NODE_ENV: production

- name: Setup Pages
uses: actions/configure-pages@v4
Expand Down

0 comments on commit 4d7ced6

Please sign in to comment.