Skip to content

Commit baee9e8

Browse files
committed
Add /docs to gitignore
1 parent b47335b commit baee9e8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626

2727
- name: Commit to gh-pages
2828
run: |
29-
git add docs
29+
git add docs -f
3030
git commit -m "Publish website $(git log --format=format:%h -1)"
3131
git push --force origin main:gh-pages

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/.bundle/
22
/doc/
3+
/docs/
34
/log/*.log
45
/pkg/
56
/tmp/

0 commit comments

Comments
 (0)