Skip to content

Commit

Permalink
Ignore README
Browse files Browse the repository at this point in the history
  • Loading branch information
cofinoa committed Nov 18, 2024
1 parent 0436c55 commit 6c8fe9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/adoc_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
run: rm -rf build/
# Update root index.html: tree directories, excluding empty ones
- name: Update root index.html
run: tree -T ${GITHUB_REPOSITORY} --dirsfirst --prune --noreport -I index.html -H . -o index.html
run: tree -T ${GITHUB_REPOSITORY} --dirsfirst --prune --noreport -I index.html -I README.md -H . -o index.html
# Stage all changed files to git
- name: Add all changes to git
run: git add --all
Expand Down

0 comments on commit 6c8fe9b

Please sign in to comment.