Skip to content

Commit

Permalink
[no-log]
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaCovelli authored Jan 7, 2025
1 parent 88accac commit e22d3e8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 17 deletions.
26 changes: 10 additions & 16 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: Build and Deploy GitHub Pages
name: GitHub Pages Custom Build and Deploy

on:
push:
branches: [ master ]
branches: [ main ]
paths-ignore:
- '.github/workflows/**' # Questo evita loop infiniti
pull_request:
branches: [ master ]
branches: [ main ]
workflow_dispatch:

permissions:
Expand All @@ -14,7 +16,7 @@ permissions:

concurrency:
group: "pages"
cancel-in-progress: false
cancel-in-progress: true # Modifichiamo questo a true per evitare build simultanee

jobs:
build:
Expand All @@ -34,9 +36,9 @@ jobs:
with:
path: |
./*
!./PRIMO ANNO
!./SECONDO ANNO
!./TERZO ANNO
!PRIMO\ ANNO
!SECONDO\ ANNO
!TERZO\ ANNO
key: ${{ runner.os }}-repo-${{ github.sha }}
restore-keys: |
${{ runner.os }}-repo-
Expand All @@ -47,17 +49,9 @@ jobs:
ruby-version: '3.1'
bundler-cache: true

- name: Cache Ruby Gems
uses: actions/cache@v3
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gems-
- name: Setup Pages
uses: actions/configure-pages@v4

- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,4 +304,4 @@ Alessandro Versari<br>
Sandro Wu<br>
Giulio Zingrillo<br>
Francesco Zollo<br><br>
Per richiedere l'autorizzazione per aggiungere file _(o mandare semplicemente a noi un file per caricarlo)_ è consigliato scrivere agli studenti che si occupano della gestione o aprire una issue su questo progetto..
Per richiedere l'autorizzazione per aggiungere file _(o mandare semplicemente a noi un file per caricarlo)_ è consigliato scrivere agli studenti che si occupano della gestione o aprire una issue su questo progetto..

0 comments on commit e22d3e8

Please sign in to comment.