Skip to content

fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Add gi… #11

fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Add gi…

fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Add gi… #11

Workflow file for this run

name: Generate Issues Webpage
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: shogo82148/actions-setup-perl@v1
with:
perl-version: '5.34'
- run: cpanm --installdeps .
- name: Create docs dir
run: mkdir ./browser
- name: Run Perl script
run: ./issue.pl html > ./browser/index.html
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./browser