Skip to content

Commit f5646c1

Browse files
committed
Modify env path
1 parent 4f1d697 commit f5646c1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,16 @@ jobs:
1515

1616
- name: Verify paths
1717
run: |
18-
echo "CURRENT DIR"
18+
echo "CURRENT DIR ${GITHUB_WORKSPACE}"
1919
pwd
2020
echo "FIND IPYNAO"
2121
ls -al
2222
2323
- name: Install docs dependencies
2424
uses: mamba-org/setup-micromamba@v1
2525
with:
26-
environment-file: ./docs/env.yaml
26+
environment-file: ${GITHUB_WORKSPACE}/docs/env.yaml
27+
environment-name: docs-env
2728
cache-environment: true
2829

2930
- name: Activate environment and install package

0 commit comments

Comments
 (0)