diff --git a/.forgejo/workflows/docs.yml b/.forgejo/workflows/docs.yml index 9510224..f9d9995 100644 --- a/.forgejo/workflows/docs.yml +++ b/.forgejo/workflows/docs.yml @@ -15,10 +15,10 @@ jobs: volumes: - /srv/docs-makerfloss/html:/output steps: - - name: Install git for actions/checkout + - name: Install git, rsync, nodejs for actions/checkout run: | apt-get update -qq - apt-get install -y --no-install-recommends git rsync + apt-get install -y --no-install-recommends git rsync nodejs - name: Checkout repository uses: actions/checkout@v4