mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2026-05-19 02:25:18 +00:00
Upgrade Doxygen workflow actions to v5
This commit is contained in:
parent
c3278cd6e9
commit
66e3387254
1 changed files with 5 additions and 2 deletions
7
.github/workflows/doxygen.yaml
vendored
7
.github/workflows/doxygen.yaml
vendored
|
|
@ -24,17 +24,20 @@ jobs:
|
|||
- name: Doxygen
|
||||
uses: mattnotmitt/doxygen-action@edge
|
||||
- name: Upload GitHub pages artifact
|
||||
uses: "actions/upload-pages-artifact@v2"
|
||||
uses: "actions/upload-pages-artifact@v5"
|
||||
with:
|
||||
path: "doxygen/html/"
|
||||
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
permissions:
|
||||
pages: write
|
||||
id-token: write
|
||||
environment:
|
||||
name: github-pages
|
||||
url: ${{ steps.deployment.outputs.page_url }}
|
||||
steps:
|
||||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
uses: "actions/deploy-pages@v2"
|
||||
uses: "actions/deploy-pages@v5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue