mirror of
https://github.com/CompeyDev/seal.devcomp.xyz.git
synced 2025-01-06 02:49:13 +00:00
chore(actions): fix indentation syntax error (AGAIN)
This commit is contained in:
parent
61e3b308e5
commit
aeb97de33e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pages.yml
vendored
4
.github/workflows/pages.yml
vendored
|
@ -24,6 +24,6 @@ jobs:
|
||||||
run: trunk build --release
|
run: trunk build --release
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
uses: JamesIves/github-pages-deploy-action@v4
|
uses: JamesIves/github-pages-deploy-action@v4
|
||||||
with:
|
with:
|
||||||
folder: build
|
folder: build
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue