mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted-data.git
synced 2026-03-11 08:55:24 +00:00
tools/github actions: display the target environment URL on the workflow page
This commit is contained in:
parent
07462d18a3
commit
3bb73247d2
1 changed files with 6 additions and 2 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
|
@ -24,7 +24,9 @@ concurrency:
|
|||
|
||||
jobs:
|
||||
build-markdown:
|
||||
environment: production
|
||||
environment:
|
||||
name: production
|
||||
url: https://github.com/nodiscc/awesome-selfhosted
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
@ -39,7 +41,9 @@ jobs:
|
|||
- run: make push_markdown
|
||||
|
||||
build-html:
|
||||
environment: production
|
||||
environment:
|
||||
name: production
|
||||
url: https://github.com/nodiscc/awesome-selfhosted-html-preview
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
|
|||
Loading…
Reference in a new issue