Skip to content

Commit 1143eb4

Browse files
authored
Merge pull request #27 from OpenIPC/vertexodessa-patch-2
Upload artifact to fgor use in gh-pages build later
2 parents 4a5c21c + 1dd70c1 commit 1143eb4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yml

+4
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ jobs:
2828
path: . # The root location of your Astro project inside the repository. (optional)
2929
node-version: 18 # The specific version of Node that should be used to build your site. Defaults to 18. (optional)
3030
package-manager: yarn@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
31+
- name: Upload GitHub Pages Artifact
32+
uses: actions/upload-pages-artifact@v3
33+
with:
34+
path: ./dist
3135

3236
deploy:
3337
needs: build

0 commit comments

Comments
 (0)