Skip to content

Commit

Permalink
Merge pull request #9 from ryanlovett/sleep-10
Browse files Browse the repository at this point in the history
Try waiting 10s to ensure artifact is ready.
  • Loading branch information
ryanlovett authored Oct 7, 2024
2 parents 555ce70 + 5f9d5ab commit d9ee908
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
path: './_build/html'
artifact_name: 'github-pages'

- name: Wait for artifact finalization
run: sleep 10

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
Expand Down

0 comments on commit d9ee908

Please sign in to comment.