Skip to content

Commit 811f076

Browse files
committed
Fix docdeploy
1 parent 5abef93 commit 811f076

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/CI.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,14 @@ jobs:
7070
- uses: julia-actions/setup-julia@v2
7171
- uses: julia-actions/cache@v2
7272
- uses: julia-actions/julia-buildpkg@v1
73+
- name: Set up git credentials
74+
run: git remote set-url upstream https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/OpenSourceAWE/AtmosphericModels.jl.git
75+
76+
- name: Push to GitHub Pages
77+
run: git push upstream HEAD:gh-pages
78+
env:
79+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
80+
7381
- uses: julia-actions/julia-docdeploy@v1
7482
env:
7583
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)