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 130ca46 commit 51e3019Copy full SHA for 51e3019
1 file changed
.github/workflows/deploy.yml
@@ -34,7 +34,7 @@ jobs:
34
uses: crazy-max/ghaction-github-pages@v4
35
with:
36
target_branch: gh-pages
37
- build_dir: dist
+ build_dir: .output/public
38
fqdn: md-pages.doocs.org
39
env:
40
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments