Skip to content

Commit

Permalink
Debugging doc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FNTwin authored Jul 22, 2024
1 parent 9d572ab commit e2fce05
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,24 @@ concurrency:
group: doc-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: write

jobs:
doc:
runs-on: ubuntu-latest
timeout-minutes: 30

defaults:
run:
shell: bash -l {0}

steps:
- name: Checkout the code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup mamba
uses: mamba-org/setup-micromamba@v1
with:
environment-file: env.yml
environment-name: openqdc
environment-name: my_env
cache-environment: true
cache-downloads: true

Expand Down

0 comments on commit e2fce05

Please sign in to comment.