Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
Rollback to v4 as v5 is pre-release
  • Loading branch information
SteveDunn authored Apr 29, 2024
1 parent 85798ee commit f17e7ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v4

- name: Build Writerside docs using Docker
uses: JetBrains/writerside-github-action@v5
uses: JetBrains/writerside-github-action@v4
with:
instance: ${{ env.INSTANCE }}
artifact: ${{ env.ARTIFACT }}
Expand Down Expand Up @@ -102,4 +102,4 @@ jobs:

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4

0 comments on commit f17e7ef

Please sign in to comment.