Skip to content

Commit

Permalink
chore(docs): update GHA workflow for building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
witsch committed Jul 19, 2024
1 parent 3e1a5de commit f1c4615
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs-trigger-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- master
paths:
- docs/**
- .github/workflows/docs-trigger-build.yaml
Expand All @@ -17,7 +16,7 @@ jobs:

steps:
- name: Trigger Repository Dispatch in docs
uses: peter-evans/repository-dispatch@v2
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.PRIVATE_REPO_ACCESS_PAT }}
repository: ZeitOnline/docs
Expand Down

0 comments on commit f1c4615

Please sign in to comment.