Skip to content

Commit

Permalink
Изтриване на непроблемните лекции
Browse files Browse the repository at this point in the history
  • Loading branch information
triffon committed Dec 5, 2024
1 parent 7acffda commit ce83745
Show file tree
Hide file tree
Showing 16 changed files with 1 addition and 7,907 deletions.
29 changes: 1 addition & 28 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,7 @@ jobs:
strategy:
matrix:
file: [
0.0-org,
0.1-intro,
1.1-scheme_basics,
1.2-scheme_envs,
# 1.3-scheme_highorder,
1.4-scheme_lists,
1.5-scheme_ds,
1.6-scheme_mutation,
1.7-scheme_streams,
2.1-haskell_basics,
2.2-haskell_defs,
2.3-haskell_lists,
2.4-haskell_lazy,
# 2.5-haskell_data,
# 2.6-haskell_io,
# 2.7-haskell_func
1.4-scheme_lists
]
# The type of runner that the job will run on
runs-on: ubuntu-latest
Expand All @@ -52,15 +37,3 @@ jobs:
with:
root_file: ${{ matrix.file }}.tex
latexmk_shell_escape: true
# Upload main file to OwnCloud
- name: Upload main file to Owncloud
uses: wei/[email protected]
with:
args: |
-X PUT https://triffon:${{ secrets.OWNCLOUD_TOKEN }}@intranet.fmi.uni-sofia.bg/remote.php/webdav/%D0%A3%D1%87%D0%B5%D0%B1%D0%BD%D0%B8%20%D0%BC%D0%B0%D1%82%D0%B5%D1%80%D0%B8%D0%B0%D0%BB%D0%B8/2024-25/%D0%A4%D0%9F%202024-25/${{ matrix.file }}.pdf --data-binary @${{ matrix.file }}.pdf
# Upload trans file to OwnCloud
- name: Upload trans file to Owncloud
uses: wei/[email protected]
with:
args: |
-X PUT https://triffon:${{ secrets.OWNCLOUD_TOKEN }}@intranet.fmi.uni-sofia.bg/remote.php/webdav/%D0%A3%D1%87%D0%B5%D0%B1%D0%BD%D0%B8%20%D0%BC%D0%B0%D1%82%D0%B5%D1%80%D0%B8%D0%B0%D0%BB%D0%B8/2024-25/%D0%A4%D0%9F%202024-25/${{ matrix.file }}-trans.pdf --data-binary @${{ matrix.file }}-trans.pdf
90 changes: 0 additions & 90 deletions 0.0-org.tex

This file was deleted.

Loading

0 comments on commit ce83745

Please sign in to comment.