diff --git a/.gitea/workflows/copy_documentation.yml b/.gitea/workflows/copy_documentation.yml index 842f496..0c9f6b3 100644 --- a/.gitea/workflows/copy_documentation.yml +++ b/.gitea/workflows/copy_documentation.yml @@ -1,16 +1,18 @@ name: Copy Documentation to webserver + on: push: + branches: + - '**' + pull_request: + branches: + - '**' jobs: - copy: - runs-on: nanobrain-runner + copy-documentation: + runs-on: NanoBrain1-runner + steps: - - name: Install Node - run: | - apt-get update - apt-get install nodejs - - name: Checkout repository uses: actions/checkout@v2