Skip to content

Commit

Permalink
update workflow to clone sub modules
Browse files Browse the repository at this point in the history
  • Loading branch information
sk337 committed Jan 24, 2024
1 parent e9bc02e commit ec3a9fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
- name: add Config
run: "echo export default {base: \\'SwordManager\\'} > src/config.js"
- name: Builing Website
run: npm run build
run: |
git submodule update --init --recursive
npm run build
env:
VITE_BASE_URL: "SwordManager"
- name: Upload artifact
Expand Down

0 comments on commit ec3a9fb

Please sign in to comment.