Skip to content

Commit 98c58e4

Browse files
authored
Merge pull request #28 from OpenIPC/vertexodessa-patch-1
Revert previous change - turned out it was not fixing the problem.
2 parents 1143eb4 + 3d84d50 commit 98c58e4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/deploy.yml

-4
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ 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
3531

3632
deploy:
3733
needs: build

0 commit comments

Comments
 (0)