From 3c5adeef5479ff26020ae8da8668f505e71e7940 Mon Sep 17 00:00:00 2001 From: Tobi Date: Fri, 23 Jul 2021 12:40:34 +0200 Subject: [PATCH] Delete main.yml --- .github/workflows/main.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 60bb77f..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: 📄 - -on: - push: - branches: [ "*" ] - pull_request: - branches: [ main ] - -jobs: - # This workflow contains a single job called "build" - build: - # The type of runner that the job will run on - runs-on: ubuntu-latest - - # Steps represent a sequence of tasks that will be executed as part of the job - steps: - # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 - - # Runs a single command using the runners shell - - name: Run a one-line script - run: | - sudo apt-get install doxygen -y - cd Docs - doxygen