Skip to content

Commit

Permalink
Update gh_pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vadim-voloshchuk authored Feb 3, 2025
1 parent 2a8e260 commit d4d3086
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v3

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
- name: Upload artifact (manual fix)
uses: actions/upload-artifact@v4
with:
name: github-pages
path: './docs/_build/html'

- name: Deploy to GitHub Pages
Expand Down

0 comments on commit d4d3086

Please sign in to comment.