Skip to content

Commit

Permalink
Merge pull request #36 from invrs-io/docs3
Browse files Browse the repository at this point in the history
Fix docs creation
  • Loading branch information
mfschubert authored Jul 16, 2024
2 parents b972d83 + de776a8 commit a68c12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: docs
run: |
git clone https://github.com/invrs-io/gym
mkdir docs/notebooks/gym
mkdir docs/notebooks/challenges
mv gym/docs/notebooks/challenges/* docs/notebooks/challenges/
mv gym/reference_designs/ . -r
python docs/run_first.py
Expand Down

0 comments on commit a68c12e

Please sign in to comment.