diff --git a/.gitea/workflows/copy_documentation.yml b/.gitea/workflows/copy_documentation.yml index 68cf07b..842f496 100644 --- a/.gitea/workflows/copy_documentation.yml +++ b/.gitea/workflows/copy_documentation.yml @@ -8,8 +8,9 @@ jobs: steps: - name: Install Node run: | - curl -fsSL https://deb.nodesource.com/setup\_18.x - bash - apt-get install -y nodejs + apt-get update + apt-get install nodejs + - name: Checkout repository uses: actions/checkout@v2