Skip to content

Commit

Permalink
Merge branch 'master' of github.com:opennetworkinglab/aether-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
llpeterson committed Apr 12, 2024
2 parents e8cc9ed + 0805ba4 commit 0d42a67
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 0d42a67

Please sign in to comment.