Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ jobs:
with:
go-version: stable

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: latest

- name: Set PATH
run: echo "${GITHUB_WORKSPACE}/.local/bin" >>"${GITHUB_PATH}"

Expand Down Expand Up @@ -55,7 +50,7 @@ jobs:
python-version: '3.13'
cache: pip
cache-dependency-path: mkdocs-requirements.txt

- name: Ensure mkdocs is available
run: make ensure-mkdocs

Expand Down
Loading