Skip to content

Commit

Permalink
Merge pull request #104 from bitpredator/main
Browse files Browse the repository at this point in the history
feat: implementa "Deploy PR previews" per una visualizzazione in anteprima del sito
  • Loading branch information
bitpredator authored May 6, 2024
2 parents c12466b + c699f72 commit 38dc3ca
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# .github/workflows/preview.yml
name: Deploy PR previews
concurrency: preview-${{ github.ref }}
on:
pull_request:
types:
- opened
- reopened
- synchronize
- closed
jobs:
deploy-preview:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: yarn install && yarn build
if: github.event.action != 'closed'
- uses: rossjrw/pr-preview-action@v1
with:
source-dir: .
preview-branch: gh-pages
umbrella-dir: pr-preview
action: remove
3 changes: 3 additions & 0 deletions blog/STREAMER/Streamer.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# STREAMER UFFICIALI ITC


# Streamer Bitpredator
Ciao a tutti, sono Bitpredator uno Streamer per pura passione questo è solo un hobby non è il mio lavoro.
Ho effettuato la mia prima live nel lontano 2019 su "EURO TRUCK SIMULATOR 2", con la mia prima azienda virtuale da me fondata ex: ("ARROWS PRIME ITALIA").
Expand Down

0 comments on commit 38dc3ca

Please sign in to comment.