Skip to content

Create 2025-01-31-task-descriptions.md #1051

Create 2025-01-31-task-descriptions.md

Create 2025-01-31-task-descriptions.md #1051

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