Release 1.7.2 #16
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ============================================================================= | |
# @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 |