Skip to content

Add github workflow to build issues webpage #1

Add github workflow to build issues webpage

Add github workflow to build issues webpage #1

Workflow file for this run

name: Generate Issues Webpage
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Perl
uses: shogo82148/actions-setup-perl@v2
with:
perl-version: '5.32'
- name: Run Perl script
run: ./issue.pl html > index.html
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./