Skip to content

Commit

Permalink
using the best debugging tool
Browse files Browse the repository at this point in the history
  • Loading branch information
AvicennaJr committed Oct 16, 2023
1 parent 5059400 commit 0eea7c9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
run: npm run docs:build

- name: Upload production-ready build files
run: |
ls
pwd
uses: actions/upload-artifact@v3
with:
name: production-files
Expand All @@ -37,12 +40,18 @@ jobs:

steps:
- name: Download artifact
run: |
ls
pwd
uses: actions/download-artifact@v3
with:
name: production-files
path: ./docs/.vitepress/dist

- name: Deploy to server
run:
ls
pwd
uses: appleboy/scp-action@master
with:
host: ${{ secrets.HOST }}
Expand Down

1 comment on commit 0eea7c9

@vercel
Copy link

@vercel vercel bot commented on 0eea7c9 Oct 16, 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.vercel.app
nyaraka-git-main-nuruprogramming.vercel.app
nyaraka-nuruprogramming.vercel.app

Please sign in to comment.