Skip to content

Commit

Permalink
Update build-and-deploy.yml
Browse files Browse the repository at this point in the history
Temporary switch from docker and docker-prod to init-project
  • Loading branch information
andyyu824 authored Dec 24, 2024
1 parent 6813f1f commit 053ef63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# - name: add config
# run: echo "${{ secrets.CONFIG_JSON }}" | base64 -d > src/config.json
- name: build
run: npm run docker
run: npm run init-project

- name: upload artifacts
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 053ef63

Please sign in to comment.