Skip to content

Commit

Permalink
Включване на автоматичната компилация за новата учебна година
Browse files Browse the repository at this point in the history
  • Loading branch information
triffon committed Oct 12, 2024
1 parent 4f17c41 commit d0ee982
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
strategy:
matrix:
file: [
# 0.0-org,
# 0.1-datastruct,
# 1.4-array,
# 2.1-stack,
0.0-org,
0.1-datastruct,
1.4-array,
2.1-stack,
# 2.2-queue,
# 2.3-list,
# 2.4-polylist,
Expand Down Expand Up @@ -51,10 +51,10 @@ jobs:
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/2022-23/%D0%A1%D0%94%D0%9F%202022-23/${{ matrix.file }}.pdf --data-binary @${{ matrix.file }}.pdf
-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%A1%D0%94%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/2022-23/%D0%A1%D0%94%D0%9F%202022-23/${{ matrix.file }}-trans.pdf --data-binary @${{ matrix.file }}-trans.pdf
-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%A1%D0%94%D0%9F%202024-25/${{ matrix.file }}-trans.pdf --data-binary @${{ matrix.file }}-trans.pdf

0 comments on commit d0ee982

Please sign in to comment.