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 5abef93 commit 811f076Copy full SHA for 811f076
.github/workflows/CI.yml
@@ -70,6 +70,14 @@ jobs:
70
- uses: julia-actions/setup-julia@v2
71
- uses: julia-actions/cache@v2
72
- 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
81
- uses: julia-actions/julia-docdeploy@v1
82
env:
83
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments