Skip to content

Commit

Permalink
Remove some debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
samtygier-stfc committed Apr 15, 2024
1 parent 37a37cb commit abb1021
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/actions/publish-docs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ runs:
dir_name=${{ inputs.dir_name }}
dir_name=${dir_name/release-/}
echo "inputs.dir_name: " ${{ inputs.dir_name }}
echo "dir_name: " ${dir_name}
git worktree add --track -b gh-pages gh-pages origin/gh-pages
cd gh-pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ jobs:
uses: ./.github/actions/publish-docs
with:
token: ${{ secrets.GITHUB_TOKEN }}
dir_name: ${{ github.ref_name }}
dir_name: ${{ github.ref_name }}

0 comments on commit abb1021

Please sign in to comment.