diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml new file mode 100644 index 0000000..6de5b3c --- /dev/null +++ b/.github/workflows/docs.yml @@ -0,0 +1,28 @@ +name: Documentation +on: + push: + branches: + - dev +permissions: + contents: read + pages: write + id-token: write +jobs: + deploy: + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + steps: + - uses: actions/configure-pages@v5 + - uses: actions/checkout@v5 + - uses: actions/setup-python@v5 + with: + python-version: 3.x + - run: pip install -r requirements.txt + - run: mkdocs build + - uses: actions/upload-pages-artifact@v4 + with: + path: site + - uses: actions/deploy-pages@v4 + id: deployment diff --git a/.gitignore b/.gitignore index f9d43a1..65f9ba1 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,4 @@ __pycache__/ dist/ venv/ -build/ +site/ diff --git a/README.md b/README.md index f6f9926..4f88bbc 100644 --- a/README.md +++ b/README.md @@ -59,14 +59,4 @@ The [HTTPX 1.0 design proposal](https://www.encode.io/httpnext/) is now availabl --- -# Collaboration - -The repository for this project is currently private. - -We’re looking at creating paid opportunities for working on open source software *which are properly compensated, flexible & well balanced.* - -If you're interested in a position working on this project, please send an intro. - ---- -
This provisional design work is not currently licensed for reuse.
Designed & crafted with care.
— 🦋 —