Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dhinakg authored Aug 28, 2024
1 parent 7fccc8a commit c50a23e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: ${{ secrets.CODE_REPO }}
token: ${{ secrets.CODE_TOKEN }}
persist-credentials: false

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: pip
Expand All @@ -40,8 +40,8 @@ jobs:
run: python3 run.py ${{ secrets.GITHUB_TOKEN }} ${{ secrets.API_URL }} ${{ secrets.API_TOKEN }}

- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4.4.1
uses: JamesIves/github-pages-deploy-action@v4.6.3
with:
BRANCH: gh-pages
FOLDER: deploy/
CLEAN: true
branch: gh-pages
folder: deploy/
clean: true

0 comments on commit c50a23e

Please sign in to comment.