Skip to content

Commit

Permalink
Update to latest GH pages actions
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Dec 13, 2024
1 parent 66412ac commit eba0ab9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generate-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
INPUT_LIBRARY_NAME: "logger"
INPUT_DOCS_BUILD_DIR: "build/logger-docs"
- name: Setup Pages
uses: actions/configure-pages@v2
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: 'build/logger-docs/site/'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ jobs:
INPUT_LIBRARY_NAME: "logger"
INPUT_DOCS_BUILD_DIR: "build/logger-docs"
- name: Setup Pages
uses: actions/configure-pages@v2
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: 'build/logger-docs/site/'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

trigger-release-announcement:
name: Trigger release announcement
Expand Down

0 comments on commit eba0ab9

Please sign in to comment.