Skip to content

Merge pull request #5 from ravi-kumar-pilla/release/v1.0.0 #52

Merge pull request #5 from ravi-kumar-pilla/release/v1.0.0

Merge pull request #5 from ravi-kumar-pilla/release/v1.0.0 #52

Workflow file for this run

# This workflow is used to test the GitHub action
name: Test shareableviz-action
permissions:
contents: write
pages: write
id-token: write
on:
push:
branches:
- main
paths-ignore:
- "*.md"
- "VERSION"
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Fetch the repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install Project Dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Deploy Kedro-Viz to GH Pages
uses: ravi-kumar-pilla/shareableviz-action@main
with:
telemetry_consent: false