We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99c0170 commit ed94675Copy full SHA for ed94675
1 file changed
.github/workflows/docs.yml
@@ -46,16 +46,12 @@ jobs:
46
mkdocs build --clean
47
echo "MkDocs site built in site/"
48
49
- - name: Copy
50
- working-directory: ./mkdocs
51
- run: |
52
- echo "Copying site contents to /tmp/site"
53
- mv ./site /tmp/site/
54
-
55
- name: Deploy to gh-pages
56
uses: peaceiris/actions-gh-pages@v4.0.0
57
if: github.event_name == 'pull_request'
58
with:
59
github_token: ${{ secrets.GITHUB_TOKEN }}
60
publish_dir: ./mkdocs/site
61
publish_branch: gh-pages
+ user_name: 'GitHub Actions'
+ user_email: 'actions@github.com'
0 commit comments