Skip to content

Commit

Permalink
Try to setup CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
notoraptor committed Jul 27, 2023
1 parent c12692e commit 8ca120d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/build_the_doc_test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: build_the_docs_test

on:
pull_request:
branches:
- master

jobs:
btd:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- uses: buildthedocs/btd@67180e0ca49e3619f2475686946997cb4a478bc1
with:
token: ${{ github.token }}
skip-deploy: true

- uses: actions/upload-artifact@v2
with:
name: docs
path: docs/_build/html

0 comments on commit 8ca120d

Please sign in to comment.