Skip to content

fix build system for german translation #1484

fix build system for german translation

fix build system for german translation #1484

Workflow file for this run

name: Deploy Website
on:
workflow_call:
inputs:
ref:
type: string
required: true
push:
branches:
- main
concurrency:
group: website
jobs:
build:
name: Build
runs-on: [self-hosted, website]
steps:
- name: Check out code
uses: actions/checkout@v3
with:
ref: "${{ inputs.ref }}"
clean: false
- name: Build the website
run: |
/home/ci/deps/zig-linux-x86_64-0.13.0/zig build --summary new -p /var/www/html/