Skip to content

Commit

Permalink
build: simple deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
setchy committed Apr 4, 2024
1 parent 0294ae7 commit 1e826d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
API_KEY: ${{ secrets.GOOGLE_API_KEY }}
GTM_ID: ${{ secrets.GTM_ID }}
- run: npm ci
- run: npm run build:prod
- run: export API_KEY=${{ secrets.GOOGLE_API_KEY}} GTM_ID=${{ secrets.GTM_ID}} && npm run build:prod
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
Expand Down

0 comments on commit 1e826d2

Please sign in to comment.