Skip to content

Commit

Permalink
Update deploy_preview.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
torstees authored Sep 15, 2023
1 parent 8c95d28 commit 0575bb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ on:
jobs:
publish:
name: πŸ“ Preview Implementation Guide
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: πŸ‘©β€πŸ’» Checkout code
uses: actions/checkout@v3

- name: πŸ›  Set up OpenJDK
uses: actions/setup-java@v1
with:
java-version: 8
java-version: 17

- name: πŸ›  Set up Jekyll
run: |
Expand All @@ -30,7 +30,7 @@ jobs:

- name: πŸ›  Install SUSHI and add FSH definitions
run: |
npm install -g fsh-sushi
npm install -g fsh-sushi@^2.10.2
sushi .
- name: ⬆️ Update IG publisher
Expand Down

0 comments on commit 0575bb0

Please sign in to comment.