We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d658fb4 commit de55238Copy full SHA for de55238
.github/workflows/docs.yml
@@ -10,10 +10,6 @@ jobs:
10
with:
11
pre-build-command: "pip install .[docs]"
12
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
17
- name: Deploy
18
uses: peaceiris/actions-gh-pages@v3
19
if: github.ref == 'refs/heads/master'
docs/html_extra/CNAME
@@ -0,0 +1 @@
1
+fortls.fortran-lang.org
0 commit comments