Skip to content

Commit

Permalink
Fix doc folder
Browse files Browse the repository at this point in the history
Signed-off-by: zeramorphic <[email protected]>
  • Loading branch information
zeramorphic committed Nov 28, 2023
1 parent 42016b5 commit 688a8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: ~/.elan/bin/lake -Kenv=dev build ConNF:docs

- name: copy documentation
run: cp -R build/doc docs/
run: cp -R .lake/build/doc docs/

- name: remove .gitignore for gh-pages
run: rm docs/.gitignore
Expand Down

0 comments on commit 688a8ab

Please sign in to comment.