Skip to content

Commit

Permalink
ci: update workflow to run docs only on gitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
jooyoungseo committed Aug 22, 2024
1 parent 41c32e5 commit 64e7963
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 295 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/generate-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}


- name: Remove local HTML file
run: rm ./docs/index.htm
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
docs/
.idea
*.iml
*.ipr
Expand Down
Loading

0 comments on commit 64e7963

Please sign in to comment.