Skip to content

Commit

Permalink
change index n chore: update action
Browse files Browse the repository at this point in the history
  • Loading branch information
Yer1k committed Feb 1, 2024
1 parent 84b2457 commit 269de49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# if your default branches is not master, please change it here
ref: master
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run_data_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Python
id: setup_python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: pip
Expand Down
13 changes: 0 additions & 13 deletions index.html

This file was deleted.

0 comments on commit 269de49

Please sign in to comment.