Skip to content

Commit

Permalink
Fix missing dot in tar command
Browse files Browse the repository at this point in the history
  • Loading branch information
tmolitor-stud-tu committed Jul 24, 2024
1 parent 057c636 commit a2a5064
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/buildSite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
-cvf "$RUNNER_TEMP/master_public.tar" \
--exclude=.git \
--exclude=.github \
.
git reset --hard
git checkout gh-pages
cp "$RUNNER_TEMP/master_public.tar" "master_public.tar"
Expand Down

0 comments on commit a2a5064

Please sign in to comment.