Skip to content

create logs in temp directory #70

create logs in temp directory

create logs in temp directory #70

Workflow file for this run

name: Pages
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v4
with:
python-version: '3.9'
- uses: actions/checkout@v3
with:
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
- name: Install dependencies
run: |
sudo apt install --yes pandoc
sudo apt install --yes graphviz
- name: Build and Commit
uses: sphinx-notes/[email protected]
with:
documentation_path: ./docs
requirements_path: ./docs/requirements.txt
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages