[PR #5] [MERGED] Adds a GitHub workflow to update the manual #18

Closed
opened 2025-09-09 19:39:19 -05:00 by Octech6711 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/audacity/audacity-manual/pull/5
Author: @crsib
Created: 9/30/2021
Status: Merged
Merged: 9/30/2021
Merged by: @crsib

Base: masterHead: devel


📝 Commits (1)

  • d70f7cb Adds a GitHub workflow to update the manual

📊 Changes

18 files changed (+4833 additions, -0 deletions)

View changed files

.github/workflows/update_manual.yml (+36 -0)
📝 .gitignore (+1 -0)
scripts/mw2html_audacity/303.css (+2034 -0)
scripts/mw2html_audacity/AudacityLogo.png (+0 -0)
scripts/mw2html_audacity/audio.png (+0 -0)
scripts/mw2html_audacity/bullet.gif (+0 -0)
scripts/mw2html_audacity/external.png (+0 -0)
scripts/mw2html_audacity/external_rtl.png (+0 -0)
scripts/mw2html_audacity/footer.html (+1 -0)
scripts/mw2html_audacity/headbg.jpg (+0 -0)
scripts/mw2html_audacity/htmldata.py (+1520 -0)
scripts/mw2html_audacity/mw2html.py (+1210 -0)
scripts/mw2html_audacity/sidebar.html (+10 -0)
scripts/mw2html_audacity/user.gif (+0 -0)
scripts/mw2html_audacity/video.png (+0 -0)
scripts/mw2html_audacity/wiki2htm.bat (+6 -0)
scripts/mw2html_audacity/wiki2htm.sh (+10 -0)
scripts/mw2html_audacity/wiki2htmtemp.bat (+5 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/audacity/audacity-manual/pull/5 **Author:** [@crsib](https://github.com/crsib) **Created:** 9/30/2021 **Status:** ✅ Merged **Merged:** 9/30/2021 **Merged by:** [@crsib](https://github.com/crsib) **Base:** `master` ← **Head:** `devel` --- ### 📝 Commits (1) - [`d70f7cb`](https://github.com/audacity/audacity-manual/commit/d70f7cb46831d3aa980c0e84b99f14b4cece6138) Adds a GitHub workflow to update the manual ### 📊 Changes **18 files changed** (+4833 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/update_manual.yml` (+36 -0) 📝 `.gitignore` (+1 -0) ➕ `scripts/mw2html_audacity/303.css` (+2034 -0) ➕ `scripts/mw2html_audacity/AudacityLogo.png` (+0 -0) ➕ `scripts/mw2html_audacity/audio.png` (+0 -0) ➕ `scripts/mw2html_audacity/bullet.gif` (+0 -0) ➕ `scripts/mw2html_audacity/external.png` (+0 -0) ➕ `scripts/mw2html_audacity/external_rtl.png` (+0 -0) ➕ `scripts/mw2html_audacity/footer.html` (+1 -0) ➕ `scripts/mw2html_audacity/headbg.jpg` (+0 -0) ➕ `scripts/mw2html_audacity/htmldata.py` (+1520 -0) ➕ `scripts/mw2html_audacity/mw2html.py` (+1210 -0) ➕ `scripts/mw2html_audacity/sidebar.html` (+10 -0) ➕ `scripts/mw2html_audacity/user.gif` (+0 -0) ➕ `scripts/mw2html_audacity/video.png` (+0 -0) ➕ `scripts/mw2html_audacity/wiki2htm.bat` (+6 -0) ➕ `scripts/mw2html_audacity/wiki2htm.sh` (+10 -0) ➕ `scripts/mw2html_audacity/wiki2htmtemp.bat` (+5 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Octech6711 added the pull-request label 2025-09-09 19:39:19 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: audacity/audacity-manual#18