1
0
mirror of https://github.com/httpie/cli.git synced 2024-11-28 08:38:44 +02:00
httpie-cli/.github/workflows/update-documentation.yml
Mickaël Schoentgen 4c8633c6e5
Split the monolithic workflow into specific ones (#1149)
* Split the monolithic workflow into specific ones

* Rename workflows, improve commands

* Update pip from the venv

* Fix Windows setup

* Lowercase macos-latest

* Fix Windows run, again
2021-09-08 16:41:55 +02:00

19 lines
320 B
YAML

name: Update documentation
on:
push:
branches:
- master
paths:
- docs/README.md
release:
types:
- published
jobs:
trigger-doc-build:
runs-on: ubuntu-latest
steps:
- name: Trigger new documentation build
run: curl -X POST ${{ secrets.DOCS_UPDATE_VERCEL_HOOK }}