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 ff41ffb commit 609e1ecCopy full SHA for 609e1ec
.github/workflows/doc-deployment.yml
@@ -51,6 +51,7 @@ jobs:
51
if: github.event_name == 'push' && github.repository == 'fortran-lang/stdlib' && ( startsWith( github.ref, 'refs/tags/' ) || github.ref == 'refs/heads/master' )
52
with:
53
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
54
+ cname: 'stdlib.fortran-lang.org'
55
external_repository: fortran-lang/stdlib-docs
56
publish_dir: ./API-doc
57
publish_branch: master
0 commit comments