Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Blog post about Rate-v2.0 (#29) #55

Blog post about Rate-v2.0 (#29)

Blog post about Rate-v2.0 (#29) #55

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
env:
CARGO_TERM_COLOR: always
jobs:
deploy:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Deploy Zola-based website
uses: shalzz/[email protected]
env:
PAGES_BRANCH: gh-pages
BUILD_DIR: .
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}