Skip to content

Commit ed94675

Browse files
committed
fix workflow
1 parent 99c0170 commit ed94675

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,12 @@ jobs:
4646
mkdocs build --clean
4747
echo "MkDocs site built in site/"
4848
49-
- name: Copy
50-
working-directory: ./mkdocs
51-
run: |
52-
echo "Copying site contents to /tmp/site"
53-
mv ./site /tmp/site/
54-
5549
- name: Deploy to gh-pages
5650
uses: peaceiris/[email protected]
5751
if: github.event_name == 'pull_request'
5852
with:
5953
github_token: ${{ secrets.GITHUB_TOKEN }}
6054
publish_dir: ./mkdocs/site
6155
publish_branch: gh-pages
56+
user_name: 'GitHub Actions'
57+
user_email: '[email protected]'

0 commit comments

Comments
 (0)