utxo-prague/.github/workflows/docs-update.yml

31 řádky
717 B
YAML
Surový Normální zobrazení Historie

2022-01-01 07:13:23 +01:00
name: Update Documentation
2022-01-01 06:09:06 +01:00
on:
push:
branches:
- master
jobs:
deploy:
2022-02-02 18:00:33 +01:00
runs-on: ubuntu-latest
2022-01-01 07:27:01 +01:00
environment: production
2022-01-01 06:09:06 +01:00
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
2022-05-06 02:37:42 +02:00
- uses: actions/checkout@v3
2022-05-03 20:06:02 +02:00
- uses: actions/checkout@v3
2022-01-01 06:09:06 +01:00
with:
repository: utxo-foundation/utxo22-docs
2022-01-01 06:09:06 +01:00
ref: master
path: docs
2022-05-06 02:37:42 +02:00
token: ${{ secrets.TOKEN_DOCS }}
2022-01-01 06:09:06 +01:00
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
2022-01-03 08:48:00 +01:00
- run: make docs-update
2022-01-01 07:15:47 +01:00
- uses: stefanzweifel/git-auto-commit-action@v4.12.0
2022-01-01 06:45:53 +01:00
with:
2022-01-01 07:15:47 +01:00
repository: ./docs
2022-01-01 06:45:53 +01:00
commit_message: Specs update
branch: master