Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit85b43ae

Browse files
chore: generate artifacts for the docs build in the CI
When building the docs store the created documentation as an artifactso that it can be viewed.This will create a html-docs.zip file which can be downloadedcontaining the contents of the `build/sphinx/html/` directory. It canbe downloaded, extracted, and then viewed. This can be useful inreviewing changes to the documentation.Seehttps://github.com/actions/upload-artifact for more information onhow this works.
1 parent83dcabf commit85b43ae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎.github/workflows/docs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ jobs:
3333
env:
3434
TOXENV:docs
3535
run:tox
36+
-name:Archive generated docs
37+
uses:actions/upload-artifact@v2
38+
with:
39+
name:html-docs
40+
path:build/sphinx/html/
3641

3742
twine-check:
3843
runs-on:ubuntu-20.04

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp