Skip to content

Commit

Permalink
Update README.md and fix deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gastongaiduk committed Dec 11, 2024
1 parent 7076da7 commit 3e2635c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Setup Node.js
uses: actions/setup-node@v3
Expand All @@ -31,6 +33,7 @@ jobs:
run: |
git config --global user.name 'GitHub Actions'
git config --global user.email 'actions@github.com'
git checkout main
git add dist -f
git commit -m 'Deploy to GitHub Pages'
git push origin `git subtree split --prefix dist main`:gh-pages --force
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ Install node, at least version 18. First run `npm install` and then `npm run dev
The project should be accessible via http://localhost:5173/retroleaderboards/.

## Running screens
![Login](public/login.png)
![Recently played games list](public/recently_played_games_list.png)
![Logout](public/logout.png)
![Game leaderboards](public/game_leaderboards.png)
![Leaderboard entries](public/leaderboard_entries.png)
<img src="public/login.png" width="450" alt="Login"/>
<img src="public/recently_played_games_list.png" width="250" alt="Recently played games list"/>
<img src="public/logout.png" width="250" alt="Logout"/>
<img src="public/game_leaderboards.png" width="250" alt="Game leaderboards"/>
<img src="public/leaderboard_entries.png" width="250" alt="Leaderboard entries"/>

0 comments on commit 3e2635c

Please sign in to comment.