Skip to content

Commit

Permalink
update workflow to trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
drmowinckels authored Apr 18, 2024
1 parent 66e669c commit fd39c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
await github.rest.actions.createWorkflowDispatch({
owner: 'rladies',
repo: 'rladies.github.io',
workflow_id: 'build.yaml',
workflow_id: 'build-preview.yaml',
ref: 'main',
inputs: {
blogs: '${{ github.run_id }}',
Expand Down

0 comments on commit fd39c2f

Please sign in to comment.