Skip to content

Commit

Permalink
chore: trigger the new website build (#4839)
Browse files Browse the repository at this point in the history
Co-authored-by: Frazer Smith <frazer.dev@outlook.com>
  • Loading branch information
Eomm and Fdawgs committed Jun 29, 2023
1 parent 3f02c96 commit 6c3e37c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
paths:
- 'docs/**'
- '**.md'
release:
types:
- released
Expand All @@ -19,8 +20,6 @@ jobs:
steps:
- name: Build website
run: |
curl -X POST \
-H 'Content-Type: application/json' \
-H 'Circle-Token: ${{ secrets.circleci_token }}' \
-d '{"branch":"master"}' \
"https://circleci.com/api/v2/project/gh/fastify/website/pipeline"
gh workflow run ci-cd.yml -R fastify/website
env:
GH_TOKEN: ${{ secrets.GHA_WEBSITE_FINE_TOKEN }}

0 comments on commit 6c3e37c

Please sign in to comment.