We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a46828b commit bc0c771Copy full SHA for bc0c771
.github/workflows/pages.yml
@@ -21,6 +21,8 @@ jobs:
21
uses: actions/checkout@v3
22
- name: Install, build, and upload your site
23
uses: withastro/action@v1
24
+ with:
25
+ path: './iframe'
26
# with:
27
# path: . # The root location of your Astro project inside the repository. (optional)
28
# node-version: 18 # The specific version of Node that should be used to build your site. Defaults to 18. (optional)
0 commit comments