Skip to content

Commit

Permalink
test build
Browse files Browse the repository at this point in the history
  • Loading branch information
jbum committed Sep 6, 2023
1 parent 628efe9 commit 4151daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
npm install
npm run site:build
- name: Write robots.txt
- name: Write robots.txt
run: |
echo 'User-agent: *' > _site/robots.txt
echo 'Allow: /' >> _site/robots.txt
Expand Down

0 comments on commit 4151daa

Please sign in to comment.