Skip to content

Commit

Permalink
Revert "[DOCS] Another patch for github action" (#4207)
Browse files Browse the repository at this point in the history
Reverts #4206
  • Loading branch information
jgw96 authored Jul 27, 2023
1 parent 00b81db commit b26fa21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: './docs/'
# Upload entire repository
path: '.'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2

0 comments on commit b26fa21

Please sign in to comment.