Skip to content

Commit 3408e64

Browse files
author
Dionysios Grapsas
committed
trying to fix tests
1 parent ed21a99 commit 3408e64

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/docs_preview.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v4
2929
- uses: actions/setup-python@v5
3030
with:
31-
python-version: "3.11"
31+
python-version: "3.12"
3232
- name: Build docs
3333
run: |
3434
pip install -e .[dev,docs]
@@ -39,14 +39,14 @@ jobs:
3939
source-dir: docs/_build/html
4040
preview-branch: gh-pages
4141
custom-url: fortls.fortran-lang.org
42-
# - name: Setup Git
43-
# run: |
44-
# git config user.name "github-actions[bot]"
45-
# git config user.email "github-actions[bot]@users.noreply.github.com"
46-
# - name: Build and Deploy
47-
# run: |
48-
# # Commands to build and deploy documentation
49-
# git checkout -b gh-pages
50-
# git add -A
51-
# git commit -m "Deploy preview for PR ${GITHUB_REF##*/} 🛫"
52-
# git push --force origin gh-pages
42+
- name: Setup Git
43+
run: |
44+
git config user.name "github-actions[bot]"
45+
git config user.email "github-actions[bot]@users.noreply.github.com"
46+
- name: Build and Deploy
47+
run: |
48+
# Commands to build and deploy documentation
49+
git checkout -b gh-pages
50+
git add -A
51+
git commit -m "Deploy preview for PR ${GITHUB_REF##*/} 🛫"
52+
git push --force origin gh-pages

0 commit comments

Comments
 (0)