Skip to content

Update Link for Google Bughunter University (#164) #104

Update Link for Google Bughunter University (#164)

Update Link for Google Bughunter University (#164) #104

Workflow file for this run

name: GitHub Pages
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: 'latest'
extended: true
- name: Build
run: hugo --minify
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_dir: ./public
cname: xsleaks.dev
user_name: 'github-actions[bot]'
user_email: 'github-actions[bot]@users.noreply.github.com'