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.
2 parents 9f9f4b1 + 6f11b03 commit 08cd3acCopy full SHA for 08cd3ac
.github/workflows/ci.yml
@@ -9,6 +9,10 @@ jobs:
9
steps:
10
- uses: actions/checkout@v4
11
12
+ - uses: actions/setup-python@v5
13
+ with:
14
+ python-version: "3.13"
15
+
16
- name: Install Dependencies
17
run: sudo apt-get install gettext
18
.github/workflows/deploy-gh-page.yml
@@ -18,7 +18,7 @@ jobs:
run: JOBS=4 MODE=html make all
19
20
- name: Deploy to gh page
21
- uses: JamesIves/github-pages-deploy-action@v4.7.2
+ uses: JamesIves/github-pages-deploy-action@v4.7.3
22
with:
23
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24
BRANCH: gh-pages
0 commit comments