Skip to content

Formatting updates

Formatting updates #6

Workflow file for this run

name: Deploy to Remote Branch
on:
push:
branches:
- master
jobs:
hugo-deploy-gh-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: hugo-deploy-gh-pages
uses: khanhicetea/gh-actions-hugo-deploy-gh-pages@master
env:
GITHUB_REMOTE_REPOSITORY: "Leagify/leagify.github.io"
GITHUB_BRANCH: master
GIT_DEPLOY_KEY: ${{ secrets.HUGO }}
HUGO_VERSION: "0.68.3"