Skip to content

Commit

Permalink
oops haha
Browse files Browse the repository at this point in the history
  • Loading branch information
john-friedman committed Jan 9, 2025
1 parent 46a5e1f commit 626935f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
python -m pip install --upgrade pip
pip install sphinx sphinx_rtd_theme myst-parser
# Add any additional dependencies your docs need
# pip install -r datamule/docs/requirements.txt
# pip install -r txt2dataset/docs/requirements.txt
- name: Clean and Build Documentation
run: |
Expand All @@ -44,13 +44,13 @@ jobs:
- name: Check Build Directory
run: |
pwd
ls -la datamule/docs/build/html || true
ls -la txt2dataset/docs/build/html || true
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./datamule/docs/build/html
publish_dir: ./txt2dataset/docs/build/html
force_orphan: true # This ensures a fresh history
enable_jekyll: false
user_name: 'github-actions[bot]'
Expand Down

0 comments on commit 626935f

Please sign in to comment.