Skip to content

Commit 5c95541

Browse files
authored
Merge pull request #131 from xylar/fix-ci
Fix docs path in GitHub Action
2 parents 7afe942 + 73d3aa0 commit 5c95541

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs_workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Copy Docs and Commit
4949
run: |
5050
set -e
51-
cd conda_package/docs
51+
cd docs
5252
# gh-pages branch must already exist
5353
git clone https://github.com/E3SM-Project/e3sm-unified.git --branch gh-pages --single-branch gh-pages
5454
@@ -81,6 +81,6 @@ jobs:
8181
uses: ad-m/github-push-action@master
8282
with:
8383
branch: gh-pages
84-
directory: conda_package/docs/gh-pages
84+
directory: docs/gh-pages
8585
github_token: ${{ secrets.GITHUB_TOKEN }}
8686
force: true

0 commit comments

Comments
 (0)