Skip to content

remove aur link for gtk4-layer-shell, it's in arch extra now #7

remove aur link for gtk4-layer-shell, it's in arch extra now

remove aur link for gtk4-layer-shell, it's in arch extra now #7

Workflow file for this run

name: Zola on GitHub Pages
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- name: Checkout main
uses: actions/checkout@v4
- name: Build and deploy
uses: shalzz/[email protected]
env:
BUILD_DIR: website
PAGES_BRANCH: gh-pages
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}