We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd1a4b4 commit 9b9c39aCopy full SHA for 9b9c39a
.github/workflows/deploy.yaml
@@ -26,6 +26,6 @@ jobs:
26
uses: crazy-max/ghaction-github-pages@v2
27
with:
28
target_branch: master
29
- build_dir: public
+ build_dir: _site
30
env:
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments