Sebastián Ramírez
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
.github/workflows/preview-docs.yml
|
|
@ -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 }} |
|
|
|