Add path for gh pages

This commit is contained in:
2024-02-24 01:07:37 +01:00
parent 371a3855dd
commit fb4db66780
4 changed files with 26 additions and 2 deletions
+3 -1
View File
@@ -2,7 +2,7 @@ name: Deploy static content to Pages
on:
push:
branches: ["main"]
branches: [ "main" ]
workflow_dispatch:
@@ -21,6 +21,8 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
env:
BASE: /weedmap/
steps:
- name: Checkout
uses: actions/checkout@v4