Skip to content

upload 0830 memo of Cauchy–Schwarz inequaility #91

upload 0830 memo of Cauchy–Schwarz inequaility

upload 0830 memo of Cauchy–Schwarz inequaility #91

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