Skip to content

Commit

Permalink
fix: update the deploy site script
Browse files Browse the repository at this point in the history
  • Loading branch information
moldy530 committed May 30, 2024
1 parent b18c284 commit ab3cc8d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,8 @@ jobs:
max_attempts: 2
retry_on: error
command: |
cd site
yarn build
touch dist/.nojekyll
touch site/dist/.nojekyll
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit ab3cc8d

Please sign in to comment.