Skip to content

Commit

Permalink
Fix build docs actions (#697)
Browse files Browse the repository at this point in the history
* Update docs.yaml

* Update docs.yaml
  • Loading branch information
zktuong authored Jan 6, 2025
1 parent 403c2d3 commit 3014829
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build-docs:
runs-on: ubuntu-latest
name: Build docs
name: Build conda environment

# https://github.com/marketplace/actions/setup-miniconda#use-a-default-shell
defaults:
Expand All @@ -24,8 +24,7 @@ jobs:
with:
environments: docs
pixi-version: v0.39.2
cache: True
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'master' }}
cache: false

- name: Build docs
run: |
Expand Down

0 comments on commit 3014829

Please sign in to comment.