Skip to content

download the correct files (#161) #84

download the correct files (#161)

download the correct files (#161) #84

Workflow file for this run

name: gh-pages-deploy
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Deploy MkDocs
uses: mhausenblas/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}