Skip to content

Commit

Permalink
feat: compile sass in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thegamerx1 committed Feb 8, 2024
1 parent 3fea045 commit 2fc7cd5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
New-Item -Path "$HOME\Documents\Autohotkey" -ItemType Directory -Force
New-Item -ItemType Junction -Path "$HOME\Documents\Autohotkey\Lib" -Target "$(pwd)\Lib"
- run: choco install autohotkey
- run: choco install autohotkey sass
- name: Compile HTML
run: >
& "C:\Program Files\AutoHotkey\AutohotkeyU64.exe" "/ErrorStdOut" "Lib\EzGui\projectCompile.ahk" -web "web" -includer "extensions" 2>&1 | Out-Host
& "C:\Program Files\AutoHotkey\AutohotkeyU64.exe" "/ErrorStdOut" "Lib\EzGui\projectCompile.ahk" -sass ".\web\css.sass" ".\web\minify\css.css" -web "web" -includer "extensions" 2>&1 | Out-Host
- name: Compile AHK
run: >
& "C:\Program Files\AutoHotkey\Compiler\Ahk2Exe.exe" "/ErrorStdOut" "/in" "main.ahk" 2>&1 | Out-Host
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
extensions/_asda
extensions/killlol.ahk
extensions/_includer.ahk
web/minify
_includer.txt
data
1 change: 0 additions & 1 deletion web/minify/css.css

This file was deleted.

0 comments on commit 2fc7cd5

Please sign in to comment.