Skip to content

Release 1.7.2 #16

Release 1.7.2

Release 1.7.2 #16

# =============================================================================
# @file archive-github-pages.yml
# @brief Save the Github pages in the Internet Archive
# @author Michael Hucka <mhucka@caltech.edu>
# @license Please see the file named LICENSE in the repository
# @repo https://github.com/caltechlibrary/foliage
# =============================================================================
name: Archive latest GitHub Pages in IA
on:
release:
types: [published]
jobs:
Workflow:
runs-on: ubuntu-latest
steps:
- uses: caltechlibrary/waystation@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
dry_run: false
debug: false