Skip to content

Commit

Permalink
Update publish-docs.yml
Browse files Browse the repository at this point in the history
Hack to deal with multiversion
  • Loading branch information
llpeterson authored Apr 12, 2024
1 parent 4a7f78e commit 0805ba4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@ jobs:
- name: Validate reST source
run: make test
- name: Build docs
run: make multiversion
- name: List built files
run: make html
- name: Hack to deal with multiversion
run: |
ls ${{ github.workspace }}/_build/multiversion/*
mkdir ${{ github.workspace }}/_build/multiversion/
mkdir ${{ github.workspace }}/_build/multiversion/master
cp -R ${{ github.workspace }}/_build/html/* ${{ github.workspace }}/_build/multiversion/master
ls ${{ github.workspace }}/_build/multiversion/master
- name: Prep private key
run: |
Expand Down

0 comments on commit 0805ba4

Please sign in to comment.