Skip to content

feat: article about quad ip from my notes #70

feat: article about quad ip from my notes

feat: article about quad ip from my notes #70

Workflow file for this run

name: github pages
on:
push:
branches:
- dev # Set a branch to deploy
schedule:
# Run on the hour
- cron: '0 * * * *'
jobs:
deploy:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Setup Hugo
uses: peaceiris/[email protected]
with:
hugo-version: '0.101.0'
extended: true
- name: Build
run: hugo --minify
- name: Deploy
uses: peaceiris/[email protected]
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_branch: master
PUBLISH_DIR: ./public
cname: adam.kostarelas.com