Browse Source
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sebastián Ramírez <[email protected]>pull/11562/head
committed by
GitHub
3 changed files with 15 additions and 16 deletions
@ -19,18 +19,16 @@ jobs: |
|||||
run: | |
run: | |
||||
rm -rf ./site |
rm -rf ./site |
||||
mkdir ./site |
mkdir ./site |
||||
- name: Download Artifact Docs |
- uses: actions/download-artifact@v4 |
||||
id: download |
|
||||
uses: dawidd6/[email protected] |
|
||||
with: |
with: |
||||
if_no_artifact_found: ignore |
|
||||
github_token: ${{ secrets.FASTAPI_PREVIEW_DOCS_DOWNLOAD_ARTIFACTS }} |
|
||||
workflow: build-docs.yml |
|
||||
run_id: ${{ github.event.workflow_run.id }} |
|
||||
name: docs-site |
|
||||
path: ./site/ |
path: ./site/ |
||||
|
pattern: docs-site-* |
||||
|
merge-multiple: true |
||||
|
github-token: ${{ secrets.FASTAPI_PREVIEW_DOCS_DOWNLOAD_ARTIFACTS }} |
||||
|
run-id: ${{ github.event.workflow_run.id }} |
||||
- name: Deploy to Cloudflare Pages |
- name: Deploy to Cloudflare Pages |
||||
if: steps.download.outputs.found_artifact == 'true' |
# hashFiles returns an empty string if there are no files |
||||
|
if: hashFiles('./site/*') |
||||
id: deploy |
id: deploy |
||||
uses: cloudflare/pages-action@v1 |
uses: cloudflare/pages-action@v1 |
||||
with: |
with: |
||||
|
Loading…
Reference in new issue