Skip to content

Commit

Permalink
fix paths and restore upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
wysiwys authored Aug 28, 2024
1 parent b219efd commit 55e48c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
npm --prefix $GITHUB_WORKSPACE/frontend run buildOffline
mkdir ./_site
cp -r $GITHUB_WORKSPACE/frontend/dist ./_site
ls -lh ./_site
ls -lh ./_site/dist
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-artifact@v4
with:
name: 'github-pages'
path: ./_site/
path: ./_site/dist
if-no-files-found: error

# deploy job
Expand Down

0 comments on commit 55e48c3

Please sign in to comment.