Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JC5 committed Nov 29, 2024
1 parent f75f8bd commit 1a40976
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
cd $GITHUB_WORKSPACE/docs
pwd
grep -rl '%PHPVERSION' ./ | xargs sed -i 's/%PHPVERSION/8\.3/g'
grep -rl '%IMPORTERVERSION' ./ | xargs sed -i 's/%IMPORTERVERSION/1\.5\.6/g'
grep -rl '%FFVERSION' ./ | xargs sed -i 's/%FFVERSION/6\.1\.21/g'
grep -rl '%IMPORTERVERSION' ./ | xargs sed -i 's/%IMPORTERVERSION/1\.5\.7/g'
grep -rl '%FFVERSION' ./ | xargs sed -i 's/%FFVERSION/6\.1\.24/g'
python -m mkdocs build --clean
# also copy security.txt
Expand Down

0 comments on commit 1a40976

Please sign in to comment.