Skip to content

Commit

Permalink
ARTIFICAT FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcioc committed Dec 27, 2023
1 parent bd40569 commit 7c76d8b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ jobs:
uses: actions/download-artifact@v4
with:
name: cuevm-docs-artifact
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: '.'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 7c76d8b

Please sign in to comment.