djLint/.github/workflows/docs.yml
Christopher Pickering 43521f088b
removed preload
2022-01-04 08:54:27 -06:00

21 lines
373 B
YAML

name: docs
on:
release:
types: [published]
workflow_dispatch:
jobs:
move_to_branch:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: publish
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs
publish_branch: netlify