Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar authored Nov 30, 2023
1 parent 385f4bd commit 18ce6c1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,11 @@ jobs:

- name: Create robots.txt
run: |
touch dir/robots.txt
echo "User-Agent: *" >> dir/robots.txt
echo "Disallow: " >> dir/robots.txt
echo "Host: https://laravel-lang.com" >> dir/robots.txt
echo "Sitemap: https://laravel-lang.com/sitemap.xml" >> dir/robots.txt
sudo touch dir/robots.txt
sudo echo "User-Agent: *" >> dir/robots.txt
sudo echo "Disallow: " >> dir/robots.txt
sudo echo "Host: https://laravel-lang.com" >> dir/robots.txt
sudo echo "Sitemap: https://laravel-lang.com/sitemap.xml" >> dir/robots.txt
- name: Setup Pages
uses: actions/configure-pages@v3
Expand Down

0 comments on commit 18ce6c1

Please sign in to comment.