We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 126cdc0 commit 5d97267Copy full SHA for 5d97267
1 file changed
.github/workflows/deploy.yml
@@ -56,10 +56,14 @@ jobs:
56
steps:
57
- name: Chekout
58
uses: actions/checkout@v6
59
+ with:
60
+ path: _site
61
+ - run: rm -rf _site/index
62
- name: Download artifact
63
uses: actions/download-artifact@v8
64
with:
65
name: index
66
67
- run: ls -l
68
- name: Setup Pages
69
uses: actions/configure-pages@v6
0 commit comments