Skip to content

Commit

Permalink
try with skip-cli mesage to prevent the infinite loop
Browse files Browse the repository at this point in the history
  • Loading branch information
dim-daskalov committed Aug 29, 2024
1 parent 31cd0fa commit 0798487
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/typedoc-generate-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
deploy:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip ci]')"
permissions:
contents: write
steps:
Expand Down Expand Up @@ -49,5 +50,5 @@ jobs:
git config user.name "GitHub Actions"
git config user.email "[email protected]"
git add docs/
git commit -m "Update documentation"
# git push https://dim-daskalov:${{ secrets.GH_PAT }}@github.com/dim-daskalov/near-sdk-js.git test-documentation
git commit -m "Update documentation [skip ci]"
git push https://dim-daskalov:${{ secrets.GH_PAT }}@github.com/dim-daskalov/near-sdk-js.git test-documentation

0 comments on commit 0798487

Please sign in to comment.