Skip to content

Commit

Permalink
fix 19?
Browse files Browse the repository at this point in the history
  • Loading branch information
Jish2 committed Nov 17, 2023
1 parent f6bab5b commit f570edd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/deploy-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ jobs:
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: 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 f570edd

Please sign in to comment.