Skip to content

Commit

Permalink
πŸ‘· Upgrade JamesIves/github-pages-deploy-action to latest v4 from v4.2.5
Browse files Browse the repository at this point in the history
 πŸ’š Removes the deprecation warnings when running publish.yml:
  - The set-output command is deprecated and will be disabled soon

See: JamesIves/github-pages-deploy-action#1241

Running the github action publish.yml generates the following
deprecation warnings:

> Warning: The `set-output` command is deprecated and will be disabled
soon. Please upgrade to using Environment Files. For more information
see:
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

See:
https://github.com/LoopKit/looptips/actions/runs/4587732000/jobs/8101444914#step:6:77
  • Loading branch information
ebouchut committed Apr 2, 2023
1 parent 6c27518 commit 6d69c44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- run: pip install -r requirements.txt
- run: mkdocs build

- uses: JamesIves/github-pages-deploy-action@v4.2.5
- uses: JamesIves/github-pages-deploy-action@v4
with:
BRANCH: gh-pages
FOLDER: site
branch: gh-pages
folder: site

0 comments on commit 6d69c44

Please sign in to comment.