Skip to content

Rephrased open-ondemand/jobs.md SSH key creation text (#314) #234

Rephrased open-ondemand/jobs.md SSH key creation text (#314)

Rephrased open-ondemand/jobs.md SSH key creation text (#314) #234

Workflow file for this run

name: ci
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install -r requirements.txt
- run: git fetch -u origin gh-pages:gh-pages
- run: mkdocs gh-deploy --force