mirror of
https://github.com/NotXia/unibo-ai-notes.git
synced 2025-12-16 03:21:48 +01:00
Update workflow
This commit is contained in:
3
.github/workflows/compile.yml
vendored
3
.github/workflows/compile.yml
vendored
@ -4,6 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
paths: ["src/**", .github/workflows/**]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
compile:
|
compile:
|
||||||
@ -47,4 +48,4 @@ jobs:
|
|||||||
BRANCH: pdfs
|
BRANCH: pdfs
|
||||||
FOLDER: /tmp/compiled
|
FOLDER: /tmp/compiled
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
MESSAGE: "🤖 It's hard to work with you"
|
MESSAGE: "🤖 It's hard to work with you ({sha})"
|
||||||
Reference in New Issue
Block a user