Skip to content

fix QAlgol and sync #190

fix QAlgol and sync

fix QAlgol and sync #190

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v2
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: "0.86.0"
extended: true
- name: Build
run: hugo --minify
- name: Hugo Deploy GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
personal_token: ${{ secrets.TOKEN }}
external_repository: QuantumPL/bib
publish_dir: ./public