Skip to content

Merge pull request #126 from chriskuehl/pre-commit-ci-update-config #59

Merge pull request #126 from chriskuehl/pre-commit-ci-update-config

Merge pull request #126 from chriskuehl/pre-commit-ci-update-config #59

on:
push:
branches: [master]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
- run: pip install tox
- run: make test-repo
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: 'test-repo'
destination_dir: 'test-repo'