Skip to content

Commit

Permalink
Merge pull request #1120 from kysrpex/dependabot
Browse files Browse the repository at this point in the history
Fix Dependabot
  • Loading branch information
kysrpex authored Jul 10, 2023
2 parents d5107f8 + 845065b commit cbd9c80
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -ex
TMPREPO=$(mktemp -d);
git clone --quiet [email protected]:usegalaxy-eu/usegalaxy-eu.github.io.git "$TMPREPO";
mv "$TMPREPO/.git" _site/;
cp _data/Gemfile Gemfile.lock _site;
cp Gemfile Gemfile.lock _site;
cp readme-deployed.md _site/README.md;
rm -rf "$TMPREPO"
cd _site
Expand Down
File renamed without changes.

0 comments on commit cbd9c80

Please sign in to comment.