Skip to content

Commit

Permalink
Merge pull request #12 from iclr-blog-track/busycalibrating/edits
Browse files Browse the repository at this point in the history
updates
  • Loading branch information
Velythyl authored Dec 15, 2021
2 parents 605c36b + c7c781d commit c5a5c92
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docker/ghp_export.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,17 @@ printf "%s\n" "url: $GHP_UUID_URL" "uuid: $GHP_UUID" > vars.yml
# create zip
echo "Zipping submission..."
rm -rf site.zip
cp _config.yml _site
cp -r _site $GHP_UUID
cp vars.yml $GHP_UUID/
zip -r site.zip $GHP_UUID

# clean up
echo "Cleaning up..."
rm -r ${PWD}/${GHP_UUID}
rm ${PWD}/_config.yml
cp ${PWD}/_config.yml.bak ${PWD}/_config.yml
rm -r ${PWD}/${GHP_UUID} _config.yml.bak

chmod 777 _config.yml site.zip vars.yml

echo "Done exporting submission!"
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors: Bubeck, Sebastien (Microsoft); Dobre, David (Mila); Gauthier, Charlie (

<br>
<p align="center">
<img src="{{ sit.url }}/public/images/2021-09-01-sample-submission/ICLR-logo.png" alt="ICLR Logo">
<img src="{{ site.url }}/public/images/2021-09-01-sample-submission/ICLR-logo.png" alt="ICLR Logo">
</p>

## Important Information
Expand Down

0 comments on commit c5a5c92

Please sign in to comment.