Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
lidavidm committed Jan 23, 2025
1 parent 29ea508 commit 38483c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ jobs:
source venv/bin/activate
pip install -r requirements.txt
make html
tar -xf ../reference.tar.gz -C docs/build/html
tar -xf ../reference.tar.gz -C build/html
- name: Compress into single artifact to keep directory structure
run: tar -cvzf docs.tar.gz -C docs/build html
- name: Upload artifacts
Expand Down

0 comments on commit 38483c1

Please sign in to comment.