Skip to content

Commit 6bfef0d

Browse files
committed
Update static.yml, update readme.
1 parent cb7d95b commit 6bfef0d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/static.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232
- name: Checkout
3333
uses: actions/checkout@v4
3434
- name: Setup Pages
35-
uses: actions/configure-pages@v4
35+
uses: actions/configure-pages@v5
3636
- name: Upload artifact
37-
uses: actions/upload-pages-artifact@v2
37+
uses: actions/upload-pages-artifact@v3
3838
with:
3939
# Upload entire repository
4040
path: '.'
4141
- name: Deploy to GitHub Pages
4242
id: deployment
43-
uses: actions/deploy-pages@v3
43+
uses: actions/deploy-pages@v4

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Sandwich Lookup - Pokémon Scarlet/Violet
2-
[psandwich.io](https://psandwich.io)
2+
~~psandwich.io~~
3+
[complexrobot.github.io/sandwich/](https://complexrobot.github.io/sandwich/)
34

45
![](/sandwich/screenshots/example.png)
56

0 commit comments

Comments
 (0)