Skip to content

Commit acaf99e

Browse files
committed
fixing paths
1 parent 35210c3 commit acaf99e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,11 @@ jobs:
3232

3333
- name: Install dependencies
3434
run: |
35-
cd powersensor_local # Replace with your actual package name
3635
pip install -e ".[docs]"
3736
3837
- name: Build documentation
3938
run: |
40-
cd powersensor_local/docs # Replace with your actual package name
39+
cd docs
4140
make html
4241
4342
- name: Setup Pages
@@ -46,7 +45,7 @@ jobs:
4645
- name: Upload artifact
4746
uses: actions/upload-pages-artifact@v3
4847
with:
49-
path: 'powersensor_local/docs/build/html'
48+
path: 'docs/build/html'
5049

5150
deploy:
5251
environment:

0 commit comments

Comments
 (0)