fix directories for gitea action
Some checks failed
Build and Deploy Hugo Site to Cloudron / build-and-deploy (push) Failing after 6s
Some checks failed
Build and Deploy Hugo Site to Cloudron / build-and-deploy (push) Failing after 6s
This commit is contained in:
@@ -28,7 +28,7 @@ jobs:
|
|||||||
|
|
||||||
# Step 3: Build your site
|
# Step 3: Build your site
|
||||||
- name: Build Hugo Site
|
- name: Build Hugo Site
|
||||||
run: hugo --minify
|
run: hugo --minify -s askkennyb
|
||||||
|
|
||||||
# Step 4: Download the standalone Surfer CLI
|
# Step 4: Download the standalone Surfer CLI
|
||||||
- name: Download Surfer CLI
|
- name: Download Surfer CLI
|
||||||
@@ -44,4 +44,4 @@ jobs:
|
|||||||
./surfer put \
|
./surfer put \
|
||||||
--token ${{ secrets.SURFER_TOKEN }} \
|
--token ${{ secrets.SURFER_TOKEN }} \
|
||||||
--server ${{ secrets.SURFER_APP_DOMAIN }} \
|
--server ${{ secrets.SURFER_APP_DOMAIN }} \
|
||||||
./public/* /
|
./askkennyb/public/* /
|
||||||
Reference in New Issue
Block a user