Compare commits
3 Commits
764edb45c7
...
35b3d87f52
Author | SHA1 | Date | |
---|---|---|---|
35b3d87f52 | |||
c54375ceec | |||
2eb456b872 |
@ -2,10 +2,10 @@
|
||||
name: Build and publish container images
|
||||
|
||||
on:
|
||||
- workflow_dispatch
|
||||
# push:
|
||||
# branches:
|
||||
# - master
|
||||
# - workflow_dispatch
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build-and-publish:
|
||||
|
@ -2,10 +2,10 @@
|
||||
name: Deploy latest to staging environment
|
||||
|
||||
on:
|
||||
# - workflow_dispatch
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- workflow_dispatch
|
||||
# push:
|
||||
# branches:
|
||||
# - master
|
||||
|
||||
jobs:
|
||||
tag-image:
|
||||
|
@ -1,9 +1,7 @@
|
||||
|
||||
metadata: ./metadata.json
|
||||
|
||||
# base_url: /
|
||||
# base_url: http://localhost:46137
|
||||
base_url: https://doc-utils-stg.home.jbrumond.me
|
||||
|
||||
# Input Configuration (where your documents are)
|
||||
input:
|
||||
|
@ -308,7 +308,7 @@ This is another line of sample output
|
||||
|
||||
Some markdown elements allow for attributes to be appended in a curly-brace (`{ }`) wrapped block.
|
||||
|
||||
The braces contain a space-delimeted list attributes to assign to the rendered attribute, identified as either:
|
||||
The braces contain a space-delimited list of attributes to assign to the rendered element, identified as either:
|
||||
|
||||
- An `id` attribute, prefixed by a `#` character,
|
||||
- A `class` attribute value, prefixed by `.` character,
|
||||
|
Loading…
x
Reference in New Issue
Block a user