Skip to content

Commit 3d84d50

Browse files
authored
Revert previous change - turned out it was not fixing the problem.
1 parent 1143eb4 commit 3d84d50

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 4 deletions
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)