8000 Bug Fixes and additions (#47) · osusec/osusec.github.io@10f3276 · GitHub
[go: up one dir, main page]

Skip to content

Bug Fixes and additions (#47) #22

Bug Fixes and additions (#47)

Bug Fixes and additions (#47) #22

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