Skip to content

Fix CI and gh-pages deploy #42

Fix CI and gh-pages deploy

Fix CI and gh-pages deploy #42

Workflow file for this run

name: Github Pages
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pixi
uses: prefix-dev/setup-pixi@v0.9.3
with:
pixi-version: v0.62.0
cache: true
- name: Build Book
run: pixi run book-build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: ./book/book/html
cname: createlang.rs
allow_empty_commit: true