fix: add robots.txt dependant on the environment
This commit is contained in:
3
.github/workflows/dev.yml
vendored
3
.github/workflows/dev.yml
vendored
@@ -38,6 +38,9 @@ jobs:
|
||||
- name: Initiate submodules
|
||||
run: git submodule update --init
|
||||
|
||||
- name: Copy robots.txt
|
||||
run: cp public/robots.txt.development public/robots.txt
|
||||
|
||||
- name: Publish to Registry
|
||||
uses: elgohr/Publish-Docker-Github-Action@master
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user