We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87b1cde + 079eff8 commit 462eb72Copy full SHA for 462eb72
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