Skip to content

Commit

Permalink
Update docs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
thejcannon authored Aug 10, 2023
1 parent 13cfa19 commit d007e9a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,18 @@ jobs:
build_docs:
name: Build Experimental Docs
runs-on: ubuntu-latest
env:
MODE: DEBUG
steps:
- name: Check out code
uses: actions/checkout@v3
with:
repository: thejcannon/pants
ref: jcannon/documentation
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Convert docs
run: |
yq eval '.site_url = "https://thejcannon.github.io/pants/docs"' -i docs/mkdocs.yml
Expand Down

0 comments on commit d007e9a

Please sign in to comment.