Skip to content

Commit

Permalink
fix gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
npmaile committed Jan 29, 2024
1 parent dc1ec26 commit 2974a4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/configure-pages@v3
- name: install dependencies
run: npm i
- name: build app
run: |
npm run build
mv ./build ./_site
- uses: actions/upload-pages-artifact@v2
- uses: actions/deploy-pages@v2

0 comments on commit 2974a4e

Please sign in to comment.