Skip to content

Commit

Permalink
Merge pull request #696 from zktuong/fix-build-docs-actions
Browse files Browse the repository at this point in the history
Update docs.yaml
  • Loading branch information
zktuong authored Jan 6, 2025
2 parents 2c2c114 + b910cc3 commit 403c2d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 conda environment
name: Build docs

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

- name: Build docs
Expand Down

0 comments on commit 403c2d3

Please sign in to comment.