finish konosuba season 3. great anime #308
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
name: Zola on GitHub Pages | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
dead-links: | |
name: Dead Link Checker | |
runs-on: ubuntu-latest | |
steps: | |
- name: Run DeadFinder | |
uses: hahwul/deadfinder@1.3.3 | |
id: broken-link | |
with: | |
command: sitemap | |
target: "https://port19.xyz/sitemap.xml" | |
trailing-ws: | |
name: Find Trailing Whitespace | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: ocular-d/trailing-spaces@0.0.2 | |
build: | |
name: Publish site | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout master | |
uses: actions/checkout@v3 | |
- name: Build and deploy | |
uses: shalzz/zola-deploy-action@master | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |