Skip to content

Commit

Permalink
Added manual index job (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
therealryan authored Aug 12, 2022
1 parent b424d6a commit bd11448
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/reindex.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Reindex build artifacts

on:
workflow_dispatch

jobs:
index:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: pages

- name: Index
run: perl regen_index.pl >> $GITHUB_STEP_SUMMARY

- name: Commit
uses: stefanzweifel/git-auto-commit-action@v4

0 comments on commit bd11448

Please sign in to comment.