Skip to content

Commit

Permalink
modified build to check status of changed files and force commit
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabh-s-sawant committed Aug 20, 2024
1 parent 95f8318 commit 12f24e1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
make clean
make html
- name: List modified files
run: |
cd Docs/build/html
git status
deploy:
needs: build
runs-on: ubuntu-latest
Expand All @@ -44,3 +49,4 @@ jobs:
branch: gh-pages
folder: Docs/build/html
clean: true
commit-message: "Force update - $(date +'%Y-%m-%d %H:%M:%S')"

0 comments on commit 12f24e1

Please sign in to comment.