Compare commits
No commits in common. "35b3d87f52a75daed1a1cc1083c891ebc9c7408f" and "764edb45c7d9e049e66c85db89172fc433d260a3" have entirely different histories.
35b3d87f52
...
764edb45c7
@ -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,7 +1,9 @@
|
||||
|
||||
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-delimited list of attributes to assign to the rendered element, identified as either:
|
||||
The braces contain a space-delimeted list attributes to assign to the rendered attribute, 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