Skip to content

Commit

Permalink
Merge pull request #1521 from dhensby/pulls/fix-pages-action
Browse files Browse the repository at this point in the history
ci: fix gh-pages action
  • Loading branch information
dhensby authored Aug 6, 2023
2 parents 73d6861 + 603bff2 commit aa3b2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Update gh-pages branch with latest docs
run: |
cd "$GITHUB_WORKSPACE/pages"
cp "$GITHUB_WORKSPACE/release/README.md" ./docs/index.md
cp "$GITHUB_WORKSPACE/release/README.md" ./index.md
git config user.name github-actions
git config user.email github-actions@github.com
git add .
Expand Down

0 comments on commit aa3b2be

Please sign in to comment.