Skip to content

ven_duplicate_remover: improvments and new options #214

ven_duplicate_remover: improvments and new options

ven_duplicate_remover: improvments and new options #214

name: github pages
on:
push:
branches:
- master # Set a branch name to trigger deployment
jobs:
deploy:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Build
uses: mattnotmitt/[email protected]
with:
working-directory: 'pylo/'
doxyfile-path: 'docs/Doxygen'
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/master'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./pylo/html