Save pages to the Wayback Machine as part of your CI/CD pipeline. If you find this useful, please donate to the Internet Archive.
name: Save my blog
uses: JamieMagee/wayback@v2.1.0
with:
url: jamiemagee.co.uk
name: Save my blog
uses: JamieMagee/wayback@v2.1.0
with:
url: |-
jamiemagee.co.uk
katmagee.net
saveErrors: false
saveOutlinks: true
saveScreenshot: true
[Required] The web page to save to the Wayback Machine.
Can include or exclude http://
, https://
, www.
, etc.
Can be a single URL or a list of URLs.
If true
, the Wayback Machine will save web pages that return an HTTP status code in the 4xx or 5xx range.
Defaults to true
.
If true
, the Wayback Machine will save any links to external web pages.
Defaults to false
.
If true
, the Wayback Machine will save a screenshot of the web page.
Defaults to false
.
If the save attempt was successful, this parameter is set to the Wayback Machine URL. If the attempt failed, it is set to an empty string.
Code in this repository is licensed under the MIT license. Details can be found in the LICENSE file.