Skip to content

Add note that intltool should be installed before deprecating a pac… #212

Add note that intltool should be installed before deprecating a pac…

Add note that intltool should be installed before deprecating a pac… #212

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- deploy
jobs:
deploy:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: yarn
- name: Install dependencies
run: yarn install --immutable
- name: Build website
run: yarn build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# Build output to publish to the `gh-pages` branch:
publish_dir: ./build