Skip to content

Commit

Permalink
ci fix (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
enovikov11 authored Oct 5, 2023
1 parent 3d84496 commit 5c5b969
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
env:
REPO: https://${{ secrets.GITHUB_TOKEN }}@github.com/rtxdata/rtxdata.github.io.git

- name: Setup Node.js
uses: actions/setup-node@v2
Expand All @@ -34,6 +32,8 @@ jobs:
- name: Run deploy script
run: npm run deploy
env:
REPO: https://${{ secrets.GITHUB_TOKEN }}@github.com/rtxdata/rtxdata.github.io.git

permissions:
contents: write
Expand Down

0 comments on commit 5c5b969

Please sign in to comment.