Skip to content

Commit

Permalink
honest mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
AvicennaJr committed Oct 15, 2023
1 parent 62ffae3 commit cc22047
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ jobs:
name: production-files
path: ./docs/.vitepress/dist

deploy:
name: Deploy
needs: build
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'

steps:
- name: Download artifact
uses: actions/download-artifact@v3
with:
Expand All @@ -42,5 +49,5 @@ jobs:
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
source: ./dist./vitpress/dist
target: "/home/${{ secrets.USERNAME }}/temporary-directory"
source: ./dist/.vitepress/dist
target: "/home/${{ secrets.USERNAME }}/temporary-directory"

1 comment on commit cc22047

@vercel
Copy link

@vercel vercel bot commented on cc22047 Oct 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nyaraka – ./

nyaraka-git-main-nuruprogramming.vercel.app
nyaraka-nuruprogramming.vercel.app
nyaraka.vercel.app

Please sign in to comment.