Skip to content

Commit

Permalink
修改: .github/workflows/pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxinwei committed Apr 22, 2024
1 parent bc9a327 commit ee13192
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: 🐍 Set up Python 3.10
uses: actions/setup-python@v2
uses: actions/checkout@main
- name: 🐍 Set up Python 3
uses: actions/setup-python@main
with:
python-version: "3.10"
python-version: "3.12"
cache: "pip"
cache-dependency-path: "pyproject.toml"
- name: 🔧 Build HTML
Expand All @@ -44,9 +44,9 @@ jobs:
conda install -c conda-forge pandoc
invoke doc
- name: Setup Pages
uses: actions/configure-pages@v1
uses: actions/configure-pages@main
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@main
with:
# Upload entire repository
path: 'doc/_build/html/'
Expand Down

0 comments on commit ee13192

Please sign in to comment.