Skip to content

Commit

Permalink
Merge pull request #72 from Ventus218/develop
Browse files Browse the repository at this point in the history
minor fixes to docs
  • Loading branch information
Ventus218 authored Sep 28, 2024
2 parents 5dc3af1 + 120f3f3 commit 54a8baf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 64 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:

jobs:
publish-release:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ concurrency:
jobs:
# Build job
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -41,7 +41,7 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: build
steps:
- name: Deploy to GitHub Pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-22.04, windows-latest, macos-latest]

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion docs/01_ProcessoSviluppo.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ Per rafforzare il processo di lavoro, si è applicata la seguente regola sui bra
### Delivery
Si sono realizzati due workflow di delivery:
- Pubblicazione della documentazione sotto forma di GitHub Pages ([qui](/.github/workflows/deploy-gh-pages.yml) il file di configurazione)
- Creazione di una release a seguito di nuovi tag sul branch main. Con annessa costruzione e pubblicazione dei fat JAR ([esempio](https://github.com/Ventus218/PPS-23-SGE/releases/tag/1.1.1)). ([qui](/.github/workflows/delivery.yml) il file di configurazione)
- Creazione di una release a seguito di nuovi tag sul branch main. Con annessa costruzione e pubblicazione dei fat JAR ([esempio](https://github.com/Ventus218/Scala-Game-Engine/releases/tag/1.1.4)). ([qui](/.github/workflows/delivery.yml) il file di configurazione)
59 changes: 0 additions & 59 deletions packages.txt

This file was deleted.

0 comments on commit 54a8baf

Please sign in to comment.