Skip to content

add tag cloud, and tweak styles #36

add tag cloud, and tweak styles

add tag cloud, and tweak styles #36

Workflow file for this run

name: github pages with zola
on:
push:
branches:
- zola
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: build_and_deploy
uses: shalzz/[email protected]
env:
# Target branch
PAGES_BRANCH: gh-pages
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}