Skip to content

Commit 609e1ec

Browse files
committed
Set CNAME in github actions
Fixes #195
1 parent ff41ffb commit 609e1ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/doc-deployment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
if: github.event_name == 'push' && github.repository == 'fortran-lang/stdlib' && ( startsWith( github.ref, 'refs/tags/' ) || github.ref == 'refs/heads/master' )
5252
with:
5353
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
54+
cname: 'stdlib.fortran-lang.org'
5455
external_repository: fortran-lang/stdlib-docs
5556
publish_dir: ./API-doc
5657
publish_branch: master

0 commit comments

Comments
 (0)