Skip to content

Commit

Permalink
New versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JC5 committed Mar 6, 2025
1 parent 5812025 commit 65c027a
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\.4/g'
grep -rl '%IMPORTERVERSION' ./ | xargs sed -i 's/%IMPORTERVERSION/1\.6\.0/g'
grep -rl '%FFVERSION' ./ | xargs sed -i 's/%FFVERSION/6\.2\.4/g'
grep -rl '%IMPORTERVERSION' ./ | xargs sed -i 's/%IMPORTERVERSION/1\.6\.1/g'
grep -rl '%FFVERSION' ./ | xargs sed -i 's/%FFVERSION/6\.2\.9/g'
python -m mkdocs build --clean
# also copy security.txt
Expand Down

0 comments on commit 65c027a

Please sign in to comment.