Skip to content

Commit

Permalink
update upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Jish2 committed Nov 17, 2023
1 parent 247daf4 commit a2f7a1a
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/deploy-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,21 +53,17 @@ jobs:
# Each build will OVERWRITE this branch.
# target-branch: gh-pages-test

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: client/out

deployment:
runs-on: ubuntu-latest
environment:
name: production
url: https://github.com
steps:
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.1.3
with:
# Artifact name
# name: # optional, default is artifact
# A file, directory or wildcard pattern that describes what to upload
path: arti
# The desired behavior if no files are found using the provided path.

- name: Deploy to github pages
id: deployment
uses: actions/deploy-pages@v2
Expand Down

0 comments on commit a2f7a1a

Please sign in to comment.