diff --git a/.github/workflows/l3build.yml b/.github/workflows/l3build.yml index 7eedab5..c0e07e0 100644 --- a/.github/workflows/l3build.yml +++ b/.github/workflows/l3build.yml @@ -36,7 +36,7 @@ jobs: sed -i "s/0\.0\.0/$(date +%H.%M.%S)/g" build/gh-pages/eolang.sty sed -i "s|0000/00/00|$(date +%Y/%m/%d)|g" build/gh-pages/eolang.sty if: github.ref == 'refs/heads/master' && matrix.os == 'ubuntu-24.04' - - uses: JamesIves/github-pages-deploy-action@v4.7.3 + - uses: JamesIves/github-pages-deploy-action@v4.7.4 with: branch: gh-pages folder: build/gh-pages