We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87b1cde commit 079eff8Copy full SHA for 079eff8
1 file changed
.github/workflows/pages.yaml
@@ -30,7 +30,7 @@ jobs:
30
- name: Prepare output directory
31
run: |
32
mkdir out
33
- cp -r dist/* out/
+ cp -r docs/* out/
34
35
- name: Inject CNAME & disable Jekyll
36
0 commit comments