Skip to content

upload 0917 0918 log about IPv4 ann IPv6 and such stuff #104

upload 0917 0918 log about IPv4 ann IPv6 and such stuff

upload 0917 0918 log about IPv4 ann IPv6 and such stuff #104

Workflow file for this run

name: Deploy Hugo site to GitHub Pages
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: '0.148.0'
extended: true
- name: Build
# run: hugo --buildDrafts
run: hugo
- name: Disable Jekyll
run: touch public/.nojekyll
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
personal_token: ${{ secrets.GH_PAT }}
publish_dir: ./public