Skip to content

Commit

Permalink
#51 only for ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Aug 23, 2023
1 parent 0bf8aac commit 8e273f7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/l3build.yml
Expand Up @@ -22,8 +22,10 @@ jobs:
package-file: DEPENDS.txt
- run: l3build ctan --show-log-on-error --halt-on-error
- run: ./tests.pl
- run: sed -i "s/0\.0\.0/$(date +%H.%M.%S)/g" build/distrib/tds/scripts/bibcop/bibcop.pl
- run: sed -i "s/0000-00-00/$(date +%Y-%m-%d)/g" build/distrib/tds/scripts/bibcop/bibcop.pl
- run: |
sed -i "s/0\.0\.0/$(date +%H.%M.%S)/g" build/distrib/tds/scripts/bibcop/bibcop.pl
sed -i "s/0000-00-00/$(date +%Y-%m-%d)/g" build/distrib/tds/scripts/bibcop/bibcop.pl
if: github.ref == 'refs/heads/master' && matrix.os == 'ubuntu-20.04'
- uses: JamesIves/github-pages-deploy-action@v4.4.3
with:
branch: gh-pages
Expand Down

0 comments on commit 8e273f7

Please sign in to comment.