Skip to content

Commit

Permalink
chore: split up build and nojekyll steps
Browse files Browse the repository at this point in the history
  • Loading branch information
moldy530 committed May 30, 2024
1 parent ab3cc8d commit ff08af4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,10 @@ jobs:
timeout_minutes: 5
max_attempts: 2
retry_on: error
command: |
yarn build
touch site/dist/.nojekyll
command: yarn build

- name: Create .nojekyll
run: touch site/dist/.nojekyll

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit ff08af4

Please sign in to comment.