Skip to content

Commit

Permalink
Fix minor mistakes in docs and github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
amacati committed Oct 20, 2024
1 parent 308e288 commit 45a1154
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/kaggle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches:
- master
- main
- dev
workflow_dispatch:


Expand Down
4 changes: 2 additions & 2 deletions docs/challenge/online_competition.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ To submit your controller to the competition, you need to push your changes to t

#. Go to your forked repository's Settings > Secrets and variables > Actions
#. Add two new repository secrets:
* Name: KaggleUsername, Secret: Your Kaggle username
* Name: KaggleKey, Secret: Your Kaggle API key
* Name: KaggleUsername, Secret: Your Kaggle username
* Name: KaggleKey, Secret: Your Kaggle API key

Once you've made your changes and are ready to submit, push your updates to the main branch of your forked repository. This action will automatically trigger a GitHub workflow that tests your implementation and submits the results to Kaggle.

Expand Down

0 comments on commit 45a1154

Please sign in to comment.