Skip to content

Commit

Permalink
use peaceiris
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi-kumar-pilla committed Mar 4, 2024
1 parent b8a8138 commit 7b12125
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,25 @@ runs:
steps:
- name: Fetch the repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
cache: "pip"
- name: Install dependencies
run: pip install -r requirements.txt
shell: bash
- name: Consent to the use of Kedro-Telemetry
run: "echo 'consent: true' > .telemetry"
shell: bash
- name: Create build directory
run: kedro viz build
shell: bash
# - name: Set up Python
# uses: actions/setup-python@v5
# with:
# python-version: "3.11"
# cache: "pip"
# - name: Install dependencies
# run: pip install -r requirements.txt
# shell: bash
# - name: Consent to the use of Kedro-Telemetry
# run: "echo 'consent: true' > .telemetry"
# shell: bash
# - name: Create build directory
# run: kedro viz build
# shell: bash
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
publish_dir: ./temp_build
force_orphan: true
full_commit_message: ${{ github.event.head_commit.message }}
# - name: Deploy to GitHub Pages
Expand Down

0 comments on commit 7b12125

Please sign in to comment.