Skip to content

Commit

Permalink
fix: missing chgdir
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Sep 6, 2024
1 parent 304f658 commit 4645f80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# NOTE: This also serves as a test for the action.
- name: Ape Docs
- name: Docs
uses: ./
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'sphinx-ape-action'
author: 'ApeWorX Ltd.'
description: 'Build Ape or plugins documentation'
description: 'Build documentation for Ape-like packages'
branding:
icon: 'book'
color: 'green'
Expand Down Expand Up @@ -44,6 +44,7 @@ runs:
sphinx-ape publish . --skip-push
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
cd gh-pages
git add .
git commit -m "Update documentation" -a || true
shell: bash
Expand Down

0 comments on commit 4645f80

Please sign in to comment.