Compare commits
2 Commits
225cabfa5e
...
69c6d74293
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
69c6d74293 | ||
|
|
51399e9f13 |
12
.github/workflows/convert-and-commit.yml
vendored
12
.github/workflows/convert-and-commit.yml
vendored
@@ -1,8 +1,9 @@
|
|||||||
name: Convert markdown to Word
|
name: Convert markdown to Word
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_dispatch:
|
||||||
branches:
|
# push:
|
||||||
- main
|
# branches:
|
||||||
|
# - main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
convert_via_pandoc:
|
convert_via_pandoc:
|
||||||
@@ -19,9 +20,8 @@ jobs:
|
|||||||
checklist.md
|
checklist.md
|
||||||
- name: ⤴ Commit updated version
|
- name: ⤴ Commit updated version
|
||||||
run: |
|
run: |
|
||||||
git config remote.origin.url 'https://${{secrets.GITHUB_TOKEN}}@github.com/potatoqualitee/froopyland-dr.git'
|
git config user.name keith
|
||||||
git config user.name potatoqualitee
|
git config user.email keith@keithsolomon.net
|
||||||
git config user.email clemaire@gmail.com
|
|
||||||
git add .
|
git add .
|
||||||
git commit -am "update word"
|
git commit -am "update word"
|
||||||
git push
|
git push
|
||||||
|
|||||||
2
.github/workflows/test-convert.yml
vendored
2
.github/workflows/test-convert.yml
vendored
@@ -1,5 +1,5 @@
|
|||||||
name: Convert markdown to Word
|
name: Convert markdown to Word
|
||||||
on: push
|
on: workflow_dispatch
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
temp_conversion_via_pandoc:
|
temp_conversion_via_pandoc:
|
||||||
|
|||||||
@@ -25,4 +25,4 @@ So here is the checklist:
|
|||||||
|
|
||||||
## How?
|
## How?
|
||||||
|
|
||||||
I used GitHub to host the documentation and set up a GitHub Action to automatically generate a DOCX version of the checklist whenever I update the markdown file. This way, I can ensure that the documentation is always up-to-date and easily accessible in different formats.
|
I used Gitea to host the documentation and set up an ction to automatically generate a DOCX version of the checklist whenever I update the markdown file. This way, I can ensure that the documentation is always up-to-date and easily accessible in different formats.
|
||||||
|
|||||||
Reference in New Issue
Block a user