Skip to content

Commit f98d79c

Browse files
authored
ci(docs): set CNAME to Fortran-lang
1 parent d9070a1 commit f98d79c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
with:
1111
pre-build-command: "pip install .[docs]"
1212
docs-folder: "docs/"
13+
- name: Set fortran-lang domain
14+
if: github.ref == 'refs/heads/master'
15+
run: |
16+
echo fortls.fortran-lang.org > CNAME
1317
- name: Deploy
1418
uses: peaceiris/actions-gh-pages@v3
1519
if: github.ref == 'refs/heads/master'

0 commit comments

Comments
 (0)