Skip to content

Commit

Permalink
Merge pull request #37 from invrs-io/fix_move
Browse files Browse the repository at this point in the history
Remove invalid option
  • Loading branch information
mfschubert authored Jul 16, 2024
2 parents a68c12e + 5193df9 commit 47cbaa3
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 @@ -31,7 +31,7 @@ jobs:
git clone https://github.com/invrs-io/gym
mkdir docs/notebooks/challenges
mv gym/docs/notebooks/challenges/* docs/notebooks/challenges/
mv gym/reference_designs/ . -r
mv gym/reference_designs/ .
python docs/run_first.py
jb build docs
Expand Down

0 comments on commit 47cbaa3

Please sign in to comment.