Skip to content

Commit

Permalink
fix: ci 47
Browse files Browse the repository at this point in the history
  • Loading branch information
zer0-911 committed Apr 5, 2024
1 parent 93528e7 commit 690ecdf
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,19 @@ jobs:
group: pages
cancel-in-progress: false
steps:
- name: Download Artifact
uses: actions/download-artifact@v4
with:
name: github-pages
path: dist

- name: Configure Pages
uses: actions/configure-pages@v3.0.6

- uses: actions/upload-pages-artifact@v1
with:
path: dist

- name: Deploy to Pages
id: deployment
uses: actions/deploy-pages@v2.0.4
with:
artifact_name: github-pages

0 comments on commit 690ecdf

Please sign in to comment.