Remove GitHub Pages deployment step from build workflow and add Jenkinsfile for Kubernetes-based builds

Signed-off-by: Stephen Simpson <ssimpson89@users.noreply.github.com>
This commit is contained in:
Stephen Simpson
2025-11-24 15:19:32 -06:00
parent 8428dc9b1a
commit 29f299f984
2 changed files with 114 additions and 8 deletions

View File

@@ -55,11 +55,3 @@ jobs:
name: rocky-man-pages
path: html/
retention-days: 30
- name: Deploy to GitHub Pages
if: github.ref == 'refs/heads/main'
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./html
force_orphan: true