Skip to content

Commit f80498c

Browse files
authored
Merge pull request fortran-lang#197 from zbeekman/zb-cname-fix
Set CNAME in github actions
2 parents ff41ffb + 51c7fa9 commit f80498c

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/doc-deployment.yml

+1
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

doc/API.md

-7
This file was deleted.

0 commit comments

Comments
 (0)