Skip to content

updated the home slider. #86

updated the home slider.

updated the home slider. #86

Workflow file for this run

name: GitHub Pages
on:
push:
branches:
- main
jobs:
job:
name: GitHub Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.111.3'
extended: true
- run: |
hugo --minify
cp ./assets/seo/google64f9f7d71c0134cc.html ./public
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public