Skip to content

Commit

Permalink
docs: fix robots.txt file [skip publish]
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Dec 7, 2022
1 parent 2c68438 commit 03a2772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ jobs:
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
git config --global user.email "favwarebot@gmail.com"
git config --global user.name "Favware-bot"
echo "User-agent: *\nDisallow:" >> docs/robots.txt
echo "This file prevents GitHub Pages from using Jekyll." >> docs/.nojekyll
printf "User-agent: *\nDisallow:" > docs/robots.txt
printf "This file prevents GitHub Pages from using Jekyll." >> docs/.nojekyll
cp .all-contributorsrc docs/
cp .gitignore docs/
cp LICENSE.md docs/
Expand Down

0 comments on commit 03a2772

Please sign in to comment.