Skip to content

Commit

Permalink
trying to solve the error surrounding uploading the artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
joshfgohunt committed Mar 25, 2024
1 parent 2acb8f3 commit cd834a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 78 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/github-nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ jobs:
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
- name: Build with Next.js
run: ${{ steps.detect-package-manager.outputs.runner }} next build
- name: Static HTML export with Next.js
run: ${{ steps.detect-package-manager.outputs.runner }} next export
# - name: Static HTML export with Next.js
# run: ${{ steps.detect-package-manager.outputs.runner }} next export
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./out

path: ./out # I am failing here, do I need to create an out directory? will it not create on itself?
# https://docs.github.com/en/actions/publishing-packages/about-packaging-with-github-actions
# Deployment job
deploy:
environment:
Expand Down
52 changes: 0 additions & 52 deletions .github/workflows/publish.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/setup-node/action.yml

This file was deleted.

0 comments on commit cd834a1

Please sign in to comment.