Compare commits
3 Commits
764edb45c7
...
35b3d87f52
Author | SHA1 | Date | |
---|---|---|---|
35b3d87f52 | |||
c54375ceec | |||
2eb456b872 |
@ -2,10 +2,10 @@
|
|||||||
name: Build and publish container images
|
name: Build and publish container images
|
||||||
|
|
||||||
on:
|
on:
|
||||||
- workflow_dispatch
|
# - workflow_dispatch
|
||||||
# push:
|
push:
|
||||||
# branches:
|
branches:
|
||||||
# - master
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-publish:
|
build-and-publish:
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
name: Deploy latest to staging environment
|
name: Deploy latest to staging environment
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# - workflow_dispatch
|
- workflow_dispatch
|
||||||
push:
|
# push:
|
||||||
branches:
|
# branches:
|
||||||
- master
|
# - master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tag-image:
|
tag-image:
|
||||||
|
@ -1,9 +1,7 @@
|
|||||||
|
|
||||||
metadata: ./metadata.json
|
metadata: ./metadata.json
|
||||||
|
|
||||||
# base_url: /
|
|
||||||
# base_url: http://localhost:46137
|
# base_url: http://localhost:46137
|
||||||
base_url: https://doc-utils-stg.home.jbrumond.me
|
|
||||||
|
|
||||||
# Input Configuration (where your documents are)
|
# Input Configuration (where your documents are)
|
||||||
input:
|
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.
|
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,
|
- An `id` attribute, prefixed by a `#` character,
|
||||||
- A `class` attribute value, prefixed by `.` character,
|
- A `class` attribute value, prefixed by `.` character,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user