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 f550d04 commit f88b48dCopy full SHA for f88b48d
.github/workflows/Deploy.yml
@@ -18,4 +18,5 @@ jobs:
18
uses: tlienart/xranklin-build-action@main
19
with:
20
DEPLOY: ${{ github.event_name == 'push' }}
21
- DEPLOY_BRANCH: 'gh-pages'
+ DEPLOY_BRANCH: 'gh-pages'
22
+ JULIA_VERSION: '1.11'
0 commit comments