Skip to content

Commit

Permalink
Update actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Feb 8, 2024
1 parent 0b566e8 commit 85b899e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
name: Deploy
on:
push:
branches:
- master

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install mdbook
Expand All @@ -20,7 +18,7 @@ jobs:
run: |
./generate-book.py
- name: Upload Artifact
uses: actions/upload-pages-artifact@v1.0.8
uses: actions/upload-pages-artifact@v3.0.1
with:
path: ./book

Expand All @@ -30,6 +28,7 @@ jobs:
permissions:
pages: write
id-token: write
actions: read

environment:
name: github-pages
Expand All @@ -38,4 +37,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- id: deployment
uses: actions/deploy-pages@v2.0.0
uses: actions/deploy-pages@v4.0.4

0 comments on commit 85b899e

Please sign in to comment.