Compare commits
2 commits
ecd61d7532
...
62a1fba9bc
| Author | SHA1 | Date | |
|---|---|---|---|
|
62a1fba9bc |
|||
|
05a84bb374 |
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ jobs:
|
|||
- name: Build website - staging
|
||||
if: github.event_name == 'pull_request'
|
||||
run: |
|
||||
sed -i "s#site_url: 'https://infra-docs.hamburg.ccc.de'#site_url: 'https://staging.infra-docs.hamburg.ccc.de/pr${{ github.event.pull_request.number }}/'#" mkdocs.yml
|
||||
sed -i "s#site_url: https://infra-docs.hamburg.ccc.de#site_url: https://staging.infra-docs.hamburg.ccc.de/pr${{ github.event.pull_request.number }}/#" mkdocs.yml
|
||||
mkdocs build
|
||||
|
||||
- name: Deploy - Prepare keys
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue