Skip to content

Commit

Permalink
Update docs.yaml
Browse files Browse the repository at this point in the history
Switch to node.js 20 (v16 is deprecated)
  • Loading branch information
mosfet80 authored and ChrisThrasher committed Aug 14, 2024
1 parent 7f007bf commit 2f1efaf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v2
uses: actions/configure-pages@v5
- name: Source ROS
run: |
. /opt/ros/rolling/setup.sh
Expand All @@ -32,9 +32,9 @@ jobs:
- name: Build Doxygen Site
run: cmake --build build --target docs
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: build/docs/html
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit 2f1efaf

Please sign in to comment.