diff options
author | Beat Hagenlocher | 2024-06-27 18:47:53 +0200 |
---|---|---|
committer | Beat Hagenlocher | 2024-06-27 18:47:53 +0200 |
commit | e8c03ff94b96c9a6f76da1c9356065b6da5661a9 (patch) | |
tree | 9a25b3eace324123775e073af3700958f887f96b | |
parent | d3fbb4b0b8305516283276b95b5890c8f65f91dd (diff) |
Add string-interpolation
-rw-r--r-- | .github/workflows/pages.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index c996a4b..062acd1 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -45,7 +45,7 @@ jobs: ~/.cache/racket ~/.local/share/racket key: ${{ runner.os }}-racket-current-${{ hashFiles('.racket-version') }} - - run: raco pkg install --auto --skip-installed pollen + - run: raco pkg install --auto --skip-installed pollen string-interpolation - run: raco pollen render - run: raco pollen reset - name: Setup Pages |