Skip to content

chore: make compatible with dart-sass #157

chore: make compatible with dart-sass

chore: make compatible with dart-sass #157

Workflow file for this run

name: Dev Build
on:
push:
branches:
- dev**
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch

Check failure on line 9 in .github/workflows/dev-build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/dev-build.yml

Invalid workflow file

You have an error in your yaml syntax on line 9
jobs:
compile:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Dependencies
uses: robinraju/release-downloader@v1
with:
repository: 'sass/dart-sass'
latest: true
fileName: 'dart-sass-*-linux-x64.tar.gz'
extract: true
run: |
echo "$HOME/dart-sass" >> "$GITHUB_PATH"
- name: Compile
run: |
cd ./src; make
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: my-artifact
path: |
./src/latex-theme/*