mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-06 02:26:46 +00:00
* 📝 Update release notes * ✨ Add internal GitHub action to pull docs artifact * 🙈 Add archive.zip to gitignore
16 lines
478 B
YAML
16 lines
478 B
YAML
name: "Deploy Artifact to Netlify"
|
|
description: "Get artifact, possibly uploaded by a PR, useful to deploy docs previews"
|
|
author: "Sebastián Ramírez <tiangolo@gmail.com>"
|
|
inputs:
|
|
token:
|
|
description: 'Token for the repo. Can be passed in using {{ secrets.GITHUB_TOKEN }}'
|
|
required: true
|
|
name:
|
|
description: 'Artifact name'
|
|
required: true
|
|
path:
|
|
description: 'Where to store the artifact'
|
|
required: true
|
|
runs:
|
|
using: 'docker'
|
|
image: 'Dockerfile'
|