Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Update path for documentation files
  • Loading branch information
ehennestad committed Sep 29, 2023
1 parent ac9a844 commit a738add
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
rm -rf main/code/schemas/*
rm -rf main/code/mixedtypes/*
cp -R target/* main/code
cp -R main/code/internal/content_files/* main/code/
cp -R main/code/internal/resources/content_files/* main/code/
cp -R main/code/internal/resources/readme_files/* main/code/
cd main
git config --global user.email "[email protected]"
Expand Down

0 comments on commit a738add

Please sign in to comment.