Skip to content

Commit

Permalink
docs: adds permenant CNAME for website URL
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikit committed Nov 18, 2022
1 parent d658fb4 commit de55238
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ jobs:
with:
pre-build-command: "pip install .[docs]"
docs-folder: "docs/"
- name: Set fortran-lang domain
if: github.ref == 'refs/heads/master'
run: |
echo fortls.fortran-lang.org > CNAME
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/master'
Expand Down
1 change: 1 addition & 0 deletions docs/html_extra/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fortls.fortran-lang.org

0 comments on commit de55238

Please sign in to comment.