Skip to content

Commit

Permalink
change path to copy and use correct npm build command
Browse files Browse the repository at this point in the history
  • Loading branch information
wysiwys authored Aug 27, 2024
1 parent 591c6fa commit 4540f28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
npm prefix --frontend ci
- name: Build
run: |
npm prefix --frontend run build
npm prefix --frontend run buildOffline
mkdir ./_site
cp -r frontend/dist ./_site
cp -r ./frontend/dist ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v2

Expand Down

0 comments on commit 4540f28

Please sign in to comment.