Skip to content

update gitlab-runner config #8

update gitlab-runner config

update gitlab-runner config #8

Workflow file for this run

on:
push:
branches:
- 'main'
workflow_dispatch:
jobs:
default:
runs-on: ubuntu-latest
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v22
- run: nix build -L .#doc
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./result