We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0957ae5 commit df141fdCopy full SHA for df141fd
.github/workflows/gh-pages.yml
@@ -35,6 +35,8 @@ jobs:
35
run: hugo --minify --destination public/prod
36
- name: Build staging
37
run: hugo --baseURL=https://staging.cryptomator.org/ --environment=staging --minify --destination public/staging
38
+ - name: Add robots.txt for staging
39
+ run: 'echo -e "User-agent: *\nDisallow: /" > public/staging/robots.txt'
40
- name: Upload Prod Pages artifact
41
uses: actions/upload-pages-artifact@v3
42
with:
0 commit comments