Skip to content

Commit

Permalink
fix target path for GH pages
Browse files Browse the repository at this point in the history
halamix2 committed Jul 17, 2024
1 parent edc09a2 commit 264fab5
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ jobs:
- name: get deps
run: npm ci
- name: build
run: npm run build
run: npm run build -- -- --base /GPST
- uses: actions/upload-pages-artifact@v3
with:
path: './dist'
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -4,6 +4,10 @@ Generator Piekielnie Szybkich Thumbnailsów

This tools aims to help generating Twitter/Youtube thumbnails

"Stable" version is available at https://gpst.halamix2.pl/

Latest main commit version available at https://gramypomagamy.github.io/GPST/

# URL parameters

GPST can read the following URL parameters

0 comments on commit 264fab5

Please sign in to comment.