8000 Update New Officers (#53) · osusec/osusec.github.io@420cda9 · GitHub
[go: up one dir, main page]

Skip to content

Update New Officers (#53) #24

Update New Officers (#53)

Update New Officers (#53) #24

Workflow file for this run

name: Publish Site
on:
push:
branches:
- master
jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@master
with:
submodules: true
- name: Publish Site
uses: chabad360/hugo-gh-pages@master
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
cname: osusec.org
0