commit | f78b259758c7064a270b40f14d75e4497d428f07 | [log] [tgz] |
---|---|---|
author | Piotr Narajowski <piotr.narajowski@codecoup.pl> | Wed May 14 12:06:48 2025 +0200 |
committer | Szymon Janc <szymon.janc@codecoup.pl> | Tue May 20 15:01:11 2025 +0200 |
tree | 7ad1c3632bae225e4c1ea306c46a7e8a675f97e9 | |
parent | 8d1fb9c644dce2682a81720ae9b9be9df198ad2d [diff] |
ci: update workflow file workflow will now use python 3.13
diff --git a/.github/workflows/deploy-site.yml b/.github/workflows/deploy-site.yml index c7cd276..24c4a4a 100644 --- a/.github/workflows/deploy-site.yml +++ b/.github/workflows/deploy-site.yml
@@ -37,7 +37,7 @@ ref: master - uses: actions/setup-python@v5 with: - python-version: '3.8' + python-version: '3.13' - name: Install Dependencies run: | sudo apt-get update