Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideCristoni authored Sep 19, 2024
0 parents commit ddd8a3d
Show file tree
Hide file tree
Showing 11 changed files with 467 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Build and Deploy
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:

jobs:
deploy:
name: Deploy
uses: csunibo/config/.github/workflows/statik.yml@main
with:
regex_include: "\\.(pdf|link|txt)$"
11 changes: 11 additions & 0 deletions .github/workflows/filenames.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Check filenames
on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
filenames:
name: Check filenames
uses: csunibo/config/.github/workflows/filenames.yml@main
437 changes: 437 additions & 0 deletions LICENSE.txt

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# \<Teaching\>

A collection of learning materials for the \<Teaching\> teaching course of the
Degree in \<Degree\>. You can find more information [**on our
wiki**](https://csunibo.github.io/wiki/raccolte-di-risorse/index.html).
Empty file added booklets/.gitkeep
Empty file.
Empty file added books/.gitkeep
Empty file.
Empty file added exams/.gitkeep
Empty file.
Empty file added exercises/.gitkeep
Empty file.
Empty file added misc/.gitkeep
Empty file.
Empty file added notes/.gitkeep
Empty file.
Empty file added slides/.gitkeep
Empty file.

0 comments on commit ddd8a3d

Please sign in to comment.