Skip to content

Update 2020-03-16-remote-work-survival-guide.md #13

Update 2020-03-16-remote-work-survival-guide.md

Update 2020-03-16-remote-work-survival-guide.md #13

Workflow file for this run

name: Deploy
on:
push:
branches: [ source ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: peaceiris/actions-hugo@v2
with:
hugo-version: 'latest'
- name: Build
run: hugo
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: master
FOLDER: public
CLEAN: true