Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbontyes authored and jnsereko committed May 17, 2024
1 parent fe94086 commit 55b0af1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v3
with:
enablement: true
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
Expand All @@ -48,3 +50,5 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
with:
enablement: true

0 comments on commit 55b0af1

Please sign in to comment.