Compare commits

..

2 Commits

Author SHA1 Message Date
Keith Solomon
69c6d74293 🔵 other: Update actions to fire manually 2026-01-31 23:35:51 -06:00
Keith Solomon
51399e9f13 📄 docs: Update readme 2026-01-31 23:35:32 -06:00
3 changed files with 8 additions and 8 deletions

View File

@@ -1,8 +1,9 @@
name: Convert markdown to Word
on:
push:
branches:
- main
workflow_dispatch:
# push:
# branches:
# - main
jobs:
convert_via_pandoc:
@@ -19,9 +20,8 @@ jobs:
checklist.md
- name: ⤴ Commit updated version
run: |
git config remote.origin.url 'https://${{secrets.GITHUB_TOKEN}}@github.com/potatoqualitee/froopyland-dr.git'
git config user.name potatoqualitee
git config user.email clemaire@gmail.com
git config user.name keith
git config user.email keith@keithsolomon.net
git add .
git commit -am "update word"
git push

View File

@@ -1,5 +1,5 @@
name: Convert markdown to Word
on: push
on: workflow_dispatch
jobs:
temp_conversion_via_pandoc:

View File

@@ -25,4 +25,4 @@ So here is the checklist:
## 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.