flecks/.github/workflows/dox.yml
2024-02-13 02:53:19 -06:00

23 lines
388 B
YAML

name: Website
on:
push:
branches: [website]
workflow_dispatch: {}
concurrency:
group: website-${{ github.ref }}
cancel-in-progress: true
jobs:
gh-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
repository: cha0s/flecks
token: ${{ secrets.GH_PAT }}
- run: npm run gh-pages