Skip to content

Commit ee80325

Browse files
authored
Merge pull request #5 from pyper-dev/docs
Docs
2 parents 022faad + 3de19d9 commit ee80325

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/docs.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
1816
concurrency:
1917
group: "pages"
2018
cancel-in-progress: false
2119

2220
jobs:
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
@@ -31,6 +32,7 @@ jobs:
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
@@ -41,6 +43,8 @@ jobs:
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:

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)