Skip to content

Commit 2e97eab

Browse files
committed
Copy .github/workflows/docs.yml into new packages
1 parent d58b73c commit 2e97eab

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
This file describes changes in the PackageMaker package.
2+
3+
## 1.0.1 (2026-04-DD)
4+
- Copy the `.github/workflows/docs.yml` template workflow
5+
in newly generated packages (it was there before but we
6+
forgot to copy it over)
7+
8+
## 1.0.0 (2026-03-24)
9+
- First public release

gap/generate.g

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,7 @@ InstallGlobalFunction( PackageWizardGenerate, function( answers )
484484
fi;
485485
TranslateTemplate(fail, ".codecov.yml", pkginfo );
486486
CopyTemplate(fail, ".github/workflows/CI.yml", pkginfo);
487+
CopyTemplate(fail, ".github/workflows/docs.yml", pkginfo);
487488
CopyTemplate(fail, ".github/workflows/release.yml", pkginfo);
488489
fi;
489490

0 commit comments

Comments
 (0)