We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f164861 commit 2c1389bCopy full SHA for 2c1389b
.github/workflows/page.yml
@@ -6,18 +6,19 @@ on:
6
- main
7
8
jobs:
9
- build:
+ docs:
10
+ name: Build documentation
11
runs-on: ubuntu-22.04
12
13
steps:
14
- name: Check out docs
- uses: actions/checkout@v3
15
+ uses: actions/checkout@v4
16
with:
17
repository: "PyGreSQL/PyGreSQL"
- - name: Set up Python 3.11
18
- uses: actions/setup-python@v4
+ - name: Set up Python 3.12
19
+ uses: actions/setup-python@v5
20
- python-version: 3.11
21
+ python-version: 3.12
22
- name: Install dependencies
23
run: |
24
sudo apt install libpq-dev
0 commit comments