Skip to content

Update 2023.md

Update 2023.md #988

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- gh-page
jobs:
build-and-deploy:
runs-on: ubuntu-20.04
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Install and Build 🔧
run: |
make install-deb
make build
- name: Deploy 🚀
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: _site
publish_branch: master # deploying branch