Skip to content

Commit

Permalink
Aggiunte le lezioni, modificata struttura interna.
Browse files Browse the repository at this point in the history
  • Loading branch information
liviusi committed Nov 21, 2021
1 parent 805bf4b commit 5b939e3
Show file tree
Hide file tree
Showing 32 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
git diff --name-only HEAD^ HEAD > files.txt
while IFS= read -r file
do
if [[ $file == "CRI/Lezioni"* ]]; then
if [[ $file == "CRI/"* ]]; then
echo "New lesson found in CRI: $file"
echo "::set-output name=run-merge::true"
break
else
if [[ $file == "ECC/Lezioni"* ]]; then
if [[ $file == "ECC/"* ]]; then
echo "New lesson found in ECC: $file"
echo "::set-output name=run-merge::true"
break
Expand All @@ -41,9 +41,9 @@ jobs:
- name: setup-env
run: echo "NOW=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
- name: cri-merge-lesson-notes
run: pdfunite CRI/Lezioni/*.pdf CRI-Lezioni.pdf
run: pdfunite CRI/*.pdf CRI-Lezioni.pdf
- name: ecc-merge-lesson-notes
run: pdfunite ECC/Lezioni/*.pdf ECC-Lezioni.pdf
run: pdfunite ECC/*.pdf ECC-Lezioni.pdf
- name: publish-notes
uses: ncipollo/release-action@v1
with:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added CRI/Lezione15.pdf
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added ECC/Lezione15.pdf
Binary file not shown.
Binary file added ECC/Lezione16.pdf
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5b939e3

Please sign in to comment.