Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

setup-python cache + use pipe to run multiple commands #1

setup-python cache + use pipe to run multiple commands

setup-python cache + use pipe to run multiple commands #1

Workflow file for this run

name: deploy
on:
push:
branches:
- master
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
cache: 'pip'
- run: |
pip install -r dependencies.txt

Check failure on line 18 in .github/workflows/deploy.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yaml

Invalid workflow file

You have an error in your yaml syntax on line 18
mkdocs gh-deploy --force