Skip to content

Commit

Permalink
Fix site deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wilwade committed Aug 15, 2024
1 parent 0c1b2bf commit f4a3da4
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/deploy-gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- main
- docs/review-updates
paths:
- docs/**
workflow_dispatch:
Expand Down Expand Up @@ -39,7 +40,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: mdbook
path: ./docs
path: ./docs/book

build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -76,19 +77,12 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Download mdbook artifact
uses: actions/download-artifact@v4
with:
name: mdbook
path: ./docs

- name: Move mdbook to root
run: mv ./docs/book/* ./docs
shell: bash

- name: Download account OpenAPI artifacts
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit f4a3da4

Please sign in to comment.