Skip to content

Commit bc0c771

Browse files
committed
add option
1 parent a46828b commit bc0c771

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
uses: actions/checkout@v3
2222
- name: Install, build, and upload your site
2323
uses: withastro/action@v1
24+
with:
25+
path: './iframe'
2426
# with:
2527
# path: . # The root location of your Astro project inside the repository. (optional)
2628
# node-version: 18 # The specific version of Node that should be used to build your site. Defaults to 18. (optional)

0 commit comments

Comments
 (0)