Finished CICD SASS compiler, Added broken example page
Some checks failed
Compile SASS / deploy (push) Has been cancelled

Update sass-compile.yml, maki-03.jpg, and 5 more files...
This commit is contained in:
2024-11-26 21:04:00 +01:00
parent f2833469dc
commit 3fbf08aea6
7 changed files with 63 additions and 7 deletions

View File

@@ -42,7 +42,7 @@ jobs:
uses: actions/upload-artifact@v4
if: ${{ github.actor == 'aziascreations' }}
with:
name: nibblepoker.min.css
name: nibblepoker.css
path: "./htdocs/css/nibblepoker.css"
if-no-files-found: error
retention-days: 90
@@ -50,7 +50,7 @@ jobs:
- name: Upload `.min.css` build artifact
uses: actions/upload-artifact@v4
if: ${{ github.actor == 'not_aziascreations' }}
if: ${{ github.actor == 'aziascreations' }}
with:
name: nibblepoker.min.css
path: "./htdocs/css/nibblepoker.min.css"