Skip to content

Commit afa0c3c

Browse files
committed
Modify env file path
1 parent 0a60aee commit afa0c3c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/docs.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,16 @@ jobs:
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v2
15+
run: |
16+
echo "CURRENT DIR"
17+
pwd
18+
echo "FIND IPYNAO"
19+
ls -al
1520
1621
- name: Install docs dependencies
1722
uses: mamba-org/setup-micromamba@v1
1823
with:
19-
environment-file: docs/env.yaml
24+
environment-file: ./docs/env.yaml
2025
cache-environment: true
2126

2227
- name: Activate environment and install package

0 commit comments

Comments
 (0)