Skip to content

Commit 64e7963

Browse files
committed
ci: update workflow to run docs only on gitHub
1 parent 41c32e5 commit 64e7963

File tree

3 files changed

+3
-295
lines changed

3 files changed

+3
-295
lines changed

Diff for: .github/workflows/generate-docs.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ jobs:
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939

40-
40+
- name: Remove local HTML file
41+
run: rm ./docs/index.htm

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
docs/
12
.idea
23
*.iml
34
*.ipr

0 commit comments

Comments
 (0)