Compare commits

...

3 Commits

Author SHA1 Message Date
35b3d87f52
build image
All checks were successful
Build and publish container images / build-and-publish (push) Successful in 51s
2023-08-19 15:35:48 -07:00
c54375ceec
remove base url from config 2023-08-19 15:35:25 -07:00
2eb456b872
typos 2023-08-19 14:17:12 -07:00
4 changed files with 9 additions and 11 deletions

View File

@ -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:

View File

@ -2,10 +2,10 @@
name: Deploy latest to staging environment
on:
# - workflow_dispatch
push:
branches:
- master
- workflow_dispatch
# push:
# branches:
# - master
jobs:
tag-image:

View File

@ -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:

View File

@ -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,