Skip to content

Commit

Permalink
Fix CI error
Browse files Browse the repository at this point in the history
  • Loading branch information
Ostrzyciel committed Jul 3, 2024
1 parent db5e148 commit 9eaa25e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.PAT_DOC_REPO_HOOKS }}
repository: RDF-STaX/rdf-stax.github.io
repository: Jelly-RDF/jelly-rdf.github.io
event-type: publish-docs-dev
2 changes: 1 addition & 1 deletion .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.PAT_DOC_REPO_HOOKS }}
repository: RDF-STaX/rdf-stax.github.io
repository: Jelly-RDF/jelly-rdf.github.io
event-type: publish-docs-tagged
client-payload: '{ "tag": "${{ github.ref_name }}" }'

0 comments on commit 9eaa25e

Please sign in to comment.