Skip to content

Commit

Permalink
CHANGE: Commit all files and skip .html files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacekun authored May 1, 2024
1 parent 38d802f commit 6c303b0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/yugi-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,7 @@ jobs:
run: |
git config user.name "GitHub Actions"
git config user.email "[email protected]"
git add -v ${{ env.FOLDER_OUTPUT }}/*
git add -f -v ${{ env.FILE_SETDONE }}
git add -f -v --all ${{ env.FOLDER_LOGS }}/*
git add --all -- ':!*.html'
# "echo" returns true so the build succeeds, even if no changed files
git commit -m '[skip ci] Updated output folder contents' || echo
git push origin ${{ env.REPO_BRANCH }}

0 comments on commit 6c303b0

Please sign in to comment.