Skip to content

Commit

Permalink
Attempt to build and publish generated docs to github-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenneuendorffer committed Aug 29, 2021
1 parent 58cc927 commit 07135e4
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/buildAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,17 @@ jobs:
-DLLVM_EXTERNAL_LIT=`pwd`/../llvm/build/bin/llvm-lit
make -j$(nproc)
- name: Generate Docs
run: |
cd build_release
make docs
- name: Publish to github-pages
uses: peaceiris/actions-gh-pages@v3.6.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build_release/docs

# --------
# Lint the code.
# -------
Expand Down Expand Up @@ -264,4 +275,3 @@ jobs:
echo "================"
fi
# --- end of build-repo job.

0 comments on commit 07135e4

Please sign in to comment.