Skip to content

Commit

Permalink
Update tlpclear-githubpages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adonm authored Apr 16, 2024
1 parent d00d419 commit fa67c5b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/tlpclear-githubpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,9 @@ jobs:
run: python -m mkdocs build --strict
- name: build rss feeds
run: python generate_rss.py
- name: Commit and push changes
run: |
git config --global user.name 'GitHub Actions'
git config --global user.email '[email protected]'
git diff --quiet && git diff --staged --quiet || (git add . && git commit -m 'Format markdown files')
git push origin ${{ github.head_ref }}
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Format markdown docs
- name: Setup Pages
uses: actions/configure-pages@c5a3e1159e0cbdf0845eb8811bd39e39fc3099c2 # v2.1.3
- name: Upload artifact
Expand Down

0 comments on commit fa67c5b

Please sign in to comment.