Skip to content

chore(deps): update matrixdotorg/synapse docker tag to v1.92.1 #2

chore(deps): update matrixdotorg/synapse docker tag to v1.92.1

chore(deps): update matrixdotorg/synapse docker tag to v1.92.1 #2

Workflow file for this run

---
name: Github pages
on:
push:
branches: [main]
pull_request:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install nix
uses: cachix/install-nix-action@v17
with:
extra_nix_config: |
experimental-features = nix-command flaskes
nix_path: nixpkgs=channel:nixos-unstable
- name: Build documentation book
run: nix build -L --show-trace .#docs
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./result