diff --git a/.github/workflows/updateReadme.yml b/.github/workflows/updateReadme.yml deleted file mode 100644 index 004ff4a..0000000 --- a/.github/workflows/updateReadme.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: Update Readme (docs.trmregistry.com) -on: - workflow_dispatch: - pull_request: - branches: - - 'main' - paths: - - 'README.md' - - 'TABLE_OF_CONTENTS.md' -jobs: - updateReadme: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v2 - with: - ref: ${{ github.event.pull_request.head.sha }} - path: repo - - name: Checkout Regesta Actions - uses: actions/checkout@v2 - with: - repository: RegestaItalia/actions - token: ${{ secrets.CI_GITHUB_TOKEN }} - path: actions/regesta - - name: Update readme - uses: ./actions/regesta/trm/updateReadme - with: - actionPath: actions/regesta/trm/updateReadme - repoFullName: ${{ github.repository }} - branch: ${{ github.ref_name }} - githubToken: ${{ secrets.CI_GITHUB_TOKEN }} - replacePath: core/ \ No newline at end of file diff --git a/TABLE_OF_CONTENTS.md b/TABLE_OF_CONTENTS.md deleted file mode 100644 index fb4f8ee..0000000 --- a/TABLE_OF_CONTENTS.md +++ /dev/null @@ -1,5 +0,0 @@ -- [Setup](/client/docs/setup.md) -- [Commands](/client/docs/commands.md) -- [Installing your first package](/client/docs/examples/install.md) -- [Publishing your first package](/client/docs/examples/publish.md) -- [Integrate with abapGit & Github Actions](/client/examples/docs/githubActions.md) \ No newline at end of file