File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,16 @@ permissions:
1313 pages : write
1414 id-token : write
1515
16- # Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
17- # However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
1816concurrency :
1917 group : " pages"
2018 cancel-in-progress : false
2119
2220jobs :
2321 build :
2422 runs-on : ubuntu-latest
23+ defaults :
24+ run :
25+ working-directory : docs
2526 steps :
2627 - name : Checkout
2728 uses : actions/checkout@v4
3132 ruby-version : ' 3.3'
3233 bundler-cache : true
3334 cache-version : 0
35+ working-directory : ' ${{ github.workspace }}/docs'
3436 - name : Setup Pages
3537 id : pages
3638 uses : actions/configure-pages@v5
4143 JEKYLL_ENV : production
4244 - name : Upload artifact
4345 uses : actions/upload-pages-artifact@v3
46+ with :
47+ path : " docs/_site/"
4448
4549 deploy :
4650 environment :
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ permalink: /
77---
88
99<p align =" center " >
10- <img src =" {{ site.url }} /assets/img/pyper.png" alt =" Pyper " style =" width : 500px ;" >
10+ <img src =" https://raw.githubusercontent.com/pyper-dev/pyper/refs/heads/main/docs/src /assets/img/pyper.png" alt =" Pyper " style =" width : 500px ;" >
1111</p >
1212<p align =" center " style =" font-size : 1.5em ;" >
1313 <em>Concurrent Python made simple</em>
You can’t perform that action at this time.
0 commit comments