Skip to content

Commit

Permalink
fix(ci): trigger website build
Browse files Browse the repository at this point in the history
  • Loading branch information
FabrizioCafolla committed Jun 1, 2024
1 parent 7970df2 commit 55a253c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
script: |
const owner = 'italia-opensource';
const repo = 'italia-opensource-website';
const event_type = 'deployment';
const event_type = 'build-website';
const ref = 'main';
github.rest.repos.createDispatchEvent({
Expand Down

0 comments on commit 55a253c

Please sign in to comment.