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:
13
13
pages : write
14
14
id-token : write
15
15
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.
18
16
concurrency :
19
17
group : " pages"
20
18
cancel-in-progress : false
21
19
22
20
jobs :
23
21
build :
24
22
runs-on : ubuntu-latest
23
+ defaults :
24
+ run :
25
+ working-directory : docs
25
26
steps :
26
27
- name : Checkout
27
28
uses : actions/checkout@v4
31
32
ruby-version : ' 3.3'
32
33
bundler-cache : true
33
34
cache-version : 0
35
+ working-directory : ' ${{ github.workspace }}/docs'
34
36
- name : Setup Pages
35
37
id : pages
36
38
uses : actions/configure-pages@v5
41
43
JEKYLL_ENV : production
42
44
- name : Upload artifact
43
45
uses : actions/upload-pages-artifact@v3
46
+ with :
47
+ path : " docs/_site/"
44
48
45
49
deploy :
46
50
environment :
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ permalink: /
7
7
---
8
8
9
9
<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 ;" >
11
11
</p >
12
12
<p align =" center " style =" font-size : 1.5em ;" >
13
13
<em>Concurrent Python made simple</em>
You can’t perform that action at this time.
0 commit comments