Skip to content

feature: Delayed background rendering (#1) #44

feature: Delayed background rendering (#1)

feature: Delayed background rendering (#1) #44

Workflow file for this run

name: Build the project
on: [push]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Build project with APT
run: './buildScripts/buildInstallLocallyApt'
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: my-artifact
path: pdf2htmlEX/build