Skip to content

Commit

Permalink
fix: add checkout in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Xecades committed Jan 28, 2024
1 parent d7f40a3 commit 00ae796
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Vite Github Pages Deployer
name: Deployer

on:
push:
Expand All @@ -21,6 +21,8 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 00ae796

Please sign in to comment.