We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7afe942 commit 73d3aa0Copy full SHA for 73d3aa0
.github/workflows/docs_workflow.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Copy Docs and Commit
49
run: |
50
set -e
51
- cd conda_package/docs
+ cd docs
52
# gh-pages branch must already exist
53
git clone https://github.com/E3SM-Project/e3sm-unified.git --branch gh-pages --single-branch gh-pages
54
@@ -81,6 +81,6 @@ jobs:
81
uses: ad-m/github-push-action@master
82
with:
83
branch: gh-pages
84
- directory: conda_package/docs/gh-pages
+ directory: docs/gh-pages
85
github_token: ${{ secrets.GITHUB_TOKEN }}
86
force: true
0 commit comments