diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9a9c1ee..b15f2b8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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