Skip to content

Commit 0f30fd6

Browse files
committed
test commit, include branch name into github pages url
1 parent 160d52a commit 0f30fd6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/document.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@ name: Document
22

33
on:
44
push:
5-
branches:
5+
branches:
66
- production
77

88
jobs:
99
doc:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13+
1314
- name: Set up Python 3.7
1415
uses: actions/setup-python@v2
1516
with:
@@ -31,3 +32,4 @@ jobs:
3132
with:
3233
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
3334
publish_dir: ./tools/generated
35+
destination_dir: ${GITHUB_REF##*/}

0 commit comments

Comments
 (0)