Skip to content

Commit 462eb72

Browse files
authored
Merge pull request #9 from stafot/improvements
change dist folder to docs
2 parents 87b1cde + 079eff8 commit 462eb72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Prepare output directory
3131
run: |
3232
mkdir out
33-
cp -r dist/* out/
33+
cp -r docs/* out/
3434
3535
- name: Inject CNAME & disable Jekyll
3636
run: |

0 commit comments

Comments
 (0)