Skip to content

Commit

Permalink
Merge pull request #197 from BritishGeologicalSurvey/use-python-3-10-…
Browse files Browse the repository at this point in the history
…for-docs

Bump ubuntu version and use python 3.10
  • Loading branch information
volcan01010 authored May 17, 2024
2 parents 3799b25 + 0120486 commit c5b2c92
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
pages:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand All @@ -24,3 +24,5 @@ jobs:
pip install sphinx sphinx_rtd_theme
- id: deployment
uses: sphinx-notes/pages@v3
with:
python-version: '3.10'

0 comments on commit c5b2c92

Please sign in to comment.