Skip to content

Commit

Permalink
ci(ci): 💚 Updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
itpropro committed Jan 2, 2024
1 parent 9329651 commit acd54b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
PRE_BUILD_COMMAND: npm install -g pnpm
CUSTOM_BUILD_COMMAND: pnpm install && pnpm -w run dev:prepare && pnpm -w run dev:build
NODE_VERSION: 18.17.1
POST_BUILD_COMMAND: ls # cp playground/staticwebapp.config.json playground/.output/public/staticwebapp.config.json
POST_BUILD_COMMAND: cp /github/workspace/playground/staticwebapp.config.json ./staticwebapp.config.json

close_pull_request_job:
if: github.event_name == 'pull_request' && github.event.action == 'closed'
Expand Down

0 comments on commit acd54b4

Please sign in to comment.