qrcode example
All checks were successful
Build and publish container images / build-and-publish (push) Successful in 51s
All checks were successful
Build and publish container images / build-and-publish (push) Successful in 51s
This commit is contained in:
parent
b3b2e25aae
commit
313ea12497
@ -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:
|
||||
|
@ -3,9 +3,9 @@ name: Deploy latest to staging environment
|
||||
|
||||
on:
|
||||
# - workflow_dispatch
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
# push:
|
||||
# branches:
|
||||
# - master
|
||||
|
||||
jobs:
|
||||
tag-image:
|
||||
|
@ -243,7 +243,19 @@ _todo_
|
||||
|
||||
## QR Codes {#qr-codes}
|
||||
|
||||
_todo_
|
||||
QR Codes can be rendered using fenced blocks.
|
||||
|
||||
````md
|
||||
```qrcode
|
||||
https://doc-utils-stg.home.jbrumond.me/markdown2html/markdown-format.html
|
||||
```
|
||||
````
|
||||
|
||||
!!! {.markdown-example-output}
|
||||
```qrcode
|
||||
https://doc-utils-stg.home.jbrumond.me/markdown2html/markdown-format.html
|
||||
```
|
||||
!!!
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user