diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 9df7e499..77a5fa53 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -130,6 +130,7 @@ jobs: jekyll: name: Build and Deploy Jekyll Site needs: [copyright, check, python_sdk] + if: always() runs-on: ubuntu-latest steps: - name: Checkout source branch (the PR branch) diff --git a/test.cpp b/test.cpp deleted file mode 100644 index 3d47f73c..00000000 --- a/test.cpp +++ /dev/null @@ -1,5 +0,0 @@ -/* test.cpp/Open GoPro, Version 2.0 (C) Copyright 2021 GoPro, Inc. (http://gopro.com/OpenGoPro). */ -/* This copyright was auto-generated on Wed Apr 10 19:03:24 UTC 2024 */ - - -// Something \ No newline at end of file