Skip to content

Delta Lake 3.2.0 (Apache Spark 3.5.0) #527

Delta Lake 3.2.0 (Apache Spark 3.5.0)

Delta Lake 3.2.0 (Apache Spark 3.5.0) #527

Workflow file for this run

# Based on https://github.com/squidfunk/mkdocs-material/blob/master/.github/workflows/ci.yml
name: Deploying the docs
on:
push:
branches:
- main
jobs:
deploy:
if: github.event.pull_request.head.repo.fork == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-python@v2
with:
python-version: 3.x
- name: Install dependencies
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
pip install -r requirements.txt
- name: Build documentation
env:
GOOGLE_ANALYTICS_KEY: ${{ secrets.GOOGLE_ANALYTICS_KEY }}
run: |
mkdocs gh-deploy --force