Sfoglia il codice sorgente

Update gh-pages.yml (#300)

Manuel Goulão 2 anni fa
parent
commit
d189814fdc
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      .github/workflows/gh-pages.yml

+ 3 - 1
.github/workflows/gh-pages.yml

@@ -14,6 +14,8 @@ jobs:
     steps:
       - uses: actions/checkout@v3
       - uses: actions/setup-python@v4
+        with:
+            python-version: '3.9'
 
       - name: Install dependencies
         run: pip install -r docs/requirements.txt
@@ -44,4 +46,4 @@ jobs:
         with:
           folder: _build
           clean-exclude: |
-            *.*.*/
+            *.*.*/