Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wysiwys authored Aug 27, 2024
1 parent 36c8755 commit da24e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
npm --prefix $GITHUB_WORKSPACE/frontend run buildOffline
mkdir ./_site
cp -r $GITHUB_WORKSPACE/frontend/dist ./_site
ls -lh ./site
ls -lh ./_site
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit da24e6b

Please sign in to comment.