Skip to content

Commit

Permalink
Revert "Update apiref.yml"
Browse files Browse the repository at this point in the history
This reverts commit 23d5464.
  • Loading branch information
ondrejmirtes committed Dec 19, 2023
1 parent 23d5464 commit f6c9b60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/apiref.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: "cp apigen/favicon.png docs/favicon.png"

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
uses: actions/upload-pages-artifact@v2
with:
path: 'docs'

Expand All @@ -63,4 +63,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v2

0 comments on commit f6c9b60

Please sign in to comment.