Skip to content

Commit

Permalink
docs: update nightly docs on release (#2269)
Browse files Browse the repository at this point in the history
  • Loading branch information
nedsalk authored May 8, 2024
1 parent 24b1d0c commit f7616b7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,15 @@ jobs:
git push
git restore apps/docs/.gitignore
- name: Update docs (nightly)
if: env.SHOULD_DEPLOY_DOCS == 'true'
uses: benc-uk/workflow-dispatch@v1
with:
workflow: update-nightly.yaml
ref: master
repo: FuelLabs/docs-hub
token: ${{ secrets.REPO_TOKEN }}

# Upload assets to S3
- uses: unfor19/[email protected]
if: github.ref_name == 'master' && steps.changesets.outputs.published != 'true'
Expand Down

0 comments on commit f7616b7

Please sign in to comment.