Skip to content

Commit

Permalink
fix: updated github actions, 3
Browse files Browse the repository at this point in the history
  • Loading branch information
rak3rman committed Jan 26, 2024
1 parent ea0dcba commit 19df9a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cloudflare_deploy_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
working-directory: ${{ env.NUXT_DIR }}

- name: Generate Summarize PDFs
run: npm run dev & sleep 15 && cd ../summarize && npm run generate
run: npm run dev & sleep 15 && cd summarize && npm run generate
working-directory: ${{ env.NUXT_DIR }}

- name: Build Nuxt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cloudflare_deploy_stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
working-directory: ${{ env.NUXT_DIR }}

- name: Generate Summarize PDFs
run: npm run dev & sleep 15 && cd ../summarize && npm run generate
run: npm run dev & sleep 15 && cd summarize && npm run generate
working-directory: ${{ env.NUXT_DIR }}

- name: Build Nuxt
Expand Down

0 comments on commit 19df9a0

Please sign in to comment.