Skip to content

Commit

Permalink
revised action
Browse files Browse the repository at this point in the history
  • Loading branch information
flexatone committed Apr 16, 2024
1 parent 5d7ed67 commit 647e05b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ jobs:
name: Update Content
runs-on: ubuntu-22.04
steps:
- name: Checkout the main repo
- name: Checkout static-frame-www
uses: actions/checkout@v3
with:
repository: ${{ github.repository }}
fetch-depth: 0

- name: Checkout the secondary repo
- name: Checkout static-frame
uses: actions/checkout@v3
with:
repository: 'static-frame/static-frame'
path: 'static-frame'
path: '../static-frame'

- uses: actions/setup-python@master
with:
Expand All @@ -29,4 +29,4 @@ jobs:
pip install -r requirements-test-3_11.txt
export PYTHONPATH="${PYTHONPATH}:."
python3 doc/build_json.py --write --output ../static-frame-www/site-static-frame/src/sf-api
working-directory: static-frame
working-directory: ../static-frame

0 comments on commit 647e05b

Please sign in to comment.