Skip to content

Commit de55238

Browse files
committed
docs: adds permenant CNAME for website URL
1 parent d658fb4 commit de55238

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/docs.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ 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
1713
- name: Deploy
1814
uses: peaceiris/actions-gh-pages@v3
1915
if: github.ref == 'refs/heads/master'

docs/html_extra/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fortls.fortran-lang.org

0 commit comments

Comments
 (0)