Skip to content

Fix mojo-websockets version to match the right one in the repo (#76) #58

Fix mojo-websockets version to match the right one in the repo (#76)

Fix mojo-websockets version to match the right one in the repo (#76) #58

Workflow file for this run

name: Docs
on:
push:
branches:
- master
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: prefix-dev/setup-pixi@ba3bb36eb2066252b2363392b7739741bb777659 # v0.8.1
with:
pixi-version: v0.37.0
- name: Configure Git Credentials
run: pixi run configure-git
- run: pixi run deploy-docs