Skip to content

Commit

Permalink
change directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi-kumar-pilla committed Mar 9, 2024
1 parent c704f55 commit 8c830bc
Show file tree
Hide file tree
Showing 52 changed files with 29 additions and 178 deletions.
70 changes: 0 additions & 70 deletions .github/workflows/release.yml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- name: Install Project Dependencies
run: |
python -m pip install --upgrade pip
cd demo-project
pip install -r requirements.txt
- name: Deploy Kedro-Viz to GH Pages
uses: ravi-kumar-pilla/shareableviz-action@main
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ A GitHub action which deploys your Kedro-Viz static site on GitHub pages. This a
- name: Install Project Dependencies
run: |
python -m pip install --upgrade pip
# This is not required if your Kedro Project
# is at the root of your GitHub Repository
cd demo-project
pip install -r requirements.txt
# Using the action
- name: Deploy Kedro-Viz to GH Pages
Expand All @@ -143,7 +146,7 @@ After you've completed the configuration, trigger the workflow as per the workfl

The list of third party actions used in this project, with due credits to their authors and license terms. More details can be found inside the folder of each action.

### Deploy to GitHub Pages when publishing source is branch
### Deploy to GitHub Pages when publishing source is a branch

We use the GitHub action [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) to deploy the static site to a publish branch which is released under MIT license.

Expand Down
Empty file removed VERSION
Empty file.
16 changes: 8 additions & 8 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@ inputs:
description: "Set a GitHub token to authenticate deployment. This is autogenerated by the action."
required: false
default: ${{ github.token }}
publish_branch:
description: "Set a GitHub pages publish branch. Defaults to gh-pages"
required: false
default: "gh-pages"
commit_message:
description: "Set a commit message for the deployment. Defaults to your original commit message."
required: false
default: ${{ github.event.head_commit.message }}
telemetry_consent:
description: "Set your consent if you would like to participate in Kedro-Telemetry. Defaults to true"
required: false
Expand All @@ -31,6 +23,14 @@ inputs:
description: "Set a publishing source for GitHub pages. Defaults to branch"
required: false
default: "branch"
publish_branch:
description: "Set a GitHub pages publish branch. Defaults to gh-pages"
required: false
default: "gh-pages"
commit_message:
description: "Set a commit message for the deployment. Defaults to your original commit message."
required: false
default: ${{ github.event.head_commit.message }}
user_name:
description: "Set git config user.name. Defaults to github-actions[bot]"
required: false
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
16 changes: 16 additions & 0 deletions demo-project/conf/local/credentials.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Here you can define credentials for different data sets and environment.
#
#
# Example:
#
# dev_s3:
# aws_access_key_id: token
# aws_secret_access_key: key
#
# prod_s3:
# aws_access_key_id: token
# aws_secret_access_key: key
#
# dev_sql:
# username: admin
# password: admin
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
11 changes: 0 additions & 11 deletions temp_build/index.html

This file was deleted.

50 changes: 0 additions & 50 deletions utils/check_version.py

This file was deleted.

38 changes: 0 additions & 38 deletions utils/extract_release_notes.py

This file was deleted.

0 comments on commit 8c830bc

Please sign in to comment.