changed slides of 3rd module from english to italian #88
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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|apkg|py)$" |