Compare commits

..

No commits in common. "35b3d87f52a75daed1a1cc1083c891ebc9c7408f" and "764edb45c7d9e049e66c85db89172fc433d260a3" have entirely different histories.

4 changed files with 11 additions and 9 deletions

View File

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

View File

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

View File

@ -1,7 +1,9 @@
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:

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. 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, - An `id` attribute, prefixed by a `#` character,
- A `class` attribute value, prefixed by `.` character, - A `class` attribute value, prefixed by `.` character,