Skip to content

Commit

Permalink
Update static.yml
Browse files Browse the repository at this point in the history
Actually last commit was wrong somewhat, since there's no file `Build.Linux.sh`, but there is `Build.Unix.sh` :)
  • Loading branch information
Matriks404 authored Jan 4, 2024
1 parent 9c0fab0 commit 17107c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:

- name: Generate CSS
run: |
chmod +x ./scripts/Build.Linux.sh
./scripts/Build.Linux.sh
chmod +x ./scripts/Build.Unix.sh
./scripts/Build.Unix.sh
- name: Setup Pages
uses: actions/configure-pages@v4
Expand Down

0 comments on commit 17107c6

Please sign in to comment.