We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be14490 commit cb98df3Copy full SHA for cb98df3
.github/workflows/docs.yml
@@ -30,4 +30,4 @@ jobs:
30
uses: peaceiris/actions-gh-pages@v3
31
with:
32
github_token: ${{ secrets.GITHUB_TOKEN }}
33
- publish_dir: site # Change this if your build output folder is different
+ publish_dir: .docs # Change this if your build output folder is different
0 commit comments