Skip to content

Commit

Permalink
Fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlGao4 committed Sep 22, 2024
1 parent b894b54 commit f40b735
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-gh-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- "*.md"
- "*.py"
- "!gh-actions-generate-toc.py"
- ".github/workflows/update-gh-page.yml"
workflow_dispatch:
workflow_call:
secrets:
Expand All @@ -23,7 +24,7 @@ jobs:
steps:
- name: Call GitHub Actions API
run: |
curl -L \
curl -L -f \
-X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.PAGES_TOKEN }}" \
Expand Down

0 comments on commit f40b735

Please sign in to comment.