Skip to content

Commit

Permalink
Merge pull request #21 from datasets/fix/clean-up
Browse files Browse the repository at this point in the history
Fix/clean up
  • Loading branch information
anuveyatsu authored Oct 6, 2024
2 parents e365b84 + df81728 commit c69dbd7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,3 @@ jobs:
git config --local user.name "github-actions[bot]"
git commit --allow-empty -m "Auto-update of the data packages" -a
git push
deploy:
needs: update
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: npm install -g data-cli
- run: data --version
- run: data push
env:
id: ${{secrets.dhid}}
username: ${{secrets.dhusername}}
token: ${{secrets.dhtoken}}
10 changes: 0 additions & 10 deletions .travis.yml

This file was deleted.

0 comments on commit c69dbd7

Please sign in to comment.