We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03227b1 commit 31b0c2dCopy full SHA for 31b0c2d
.github/workflows/docs.yml
@@ -39,6 +39,8 @@ jobs:
39
uses: actions/upload-pages-artifact@v3
40
with:
41
path: 'www'
42
+ - name: Wait for 10s
43
+ run: sleep 10
44
- name: Deploy to GitHub Pages
45
id: deployment
46
uses: actions/deploy-pages@v3
0 commit comments