Skip to content

Commit

Permalink
Fix deploying to github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
aaomidi committed Sep 1, 2023
1 parent b30e2df commit 8e88b10
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
runs-on: ubuntu-22.04

steps:
- name: Download Built Draft
uses: actions/download-artifact@v3
with:
name: draft
path: docs

- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
Expand Down

0 comments on commit 8e88b10

Please sign in to comment.