Skip to content

Commit

Permalink
Enable publication on main
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Jun 14, 2024
1 parent cd3e2ec commit f37679f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
fetch-depth: 0
- uses: prefix-dev/setup-pixi@ba3bb36eb2066252b2363392b7739741bb777659 # v0.8.1
- uses: prefix-dev/setup-pixi@2058dcd92f5dbe3befd7379ec6a3022bb746bdfd # v0.8.0
with:
environments: docs
- name: Setup project
Expand All @@ -44,9 +44,7 @@ jobs:

pages:
runs-on: ubuntu-latest
if: false
# disable til moved to conda-incubator
# github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main'
needs: [docs]

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
Expand Down

0 comments on commit f37679f

Please sign in to comment.