Skip to content

Commit

Permalink
download artifact before deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmud1 authored Sep 11, 2024
1 parent 0b6e208 commit 4aea27c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,11 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.x'

- name: Download docs
uses: actions/download-artifact@v4
with:
name: docs

- name: Deploy to GitHub Pages
if: env.SKIP == 'false'
Expand Down

0 comments on commit 4aea27c

Please sign in to comment.