mirror of
https://github.com/fastapi/fastapi.git
synced 2026-07-13 16:33:11 -04:00
🐛 Fix custom GitHub action
This commit is contained in:
committed by
GitHub
parent
b268c39758
commit
9ed6f1e419
3
.github/workflows/preview-docs.yml
vendored
3
.github/workflows/preview-docs.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Deploy Docs
|
||||
name: Preview Docs
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
@@ -13,6 +13,7 @@ jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: ./.github/actions/get-artifact
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user