mirror of
https://github.com/NotXia/unibo-ai-notes.git
synced 2025-12-15 02:52:22 +01:00
Update workflow
This commit is contained in:
8
.github/workflows/compile.yml
vendored
8
.github/workflows/compile.yml
vendored
@ -21,10 +21,13 @@ jobs:
|
|||||||
|
|
||||||
- name: Compile
|
- name: Compile
|
||||||
run: |
|
run: |
|
||||||
shopt -s globstar
|
|
||||||
work_dir=$(pwd)
|
|
||||||
mkdir /tmp/compiled
|
mkdir /tmp/compiled
|
||||||
|
|
||||||
|
cp README.md /tmp/compiled
|
||||||
|
|
||||||
|
shopt -s globstar
|
||||||
|
cd src
|
||||||
|
work_dir=$(pwd)
|
||||||
for f in **/[!_]*.tex; do
|
for f in **/[!_]*.tex; do
|
||||||
f_dir=$(dirname $f);
|
f_dir=$(dirname $f);
|
||||||
f_base=$(basename $f);
|
f_base=$(basename $f);
|
||||||
@ -37,7 +40,6 @@ jobs:
|
|||||||
cd $work_dir;
|
cd $work_dir;
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
||||||
- name: Move to pdfs branch
|
- name: Move to pdfs branch
|
||||||
uses: s0/git-publish-subdir-action@develop
|
uses: s0/git-publish-subdir-action@develop
|
||||||
env:
|
env:
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 9.8 KiB After Width: | Height: | Size: 9.8 KiB |
|
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.2 KiB |
Reference in New Issue
Block a user