From 2fe79945137edb089bc195c3f54ba3f67e5d849e Mon Sep 17 00:00:00 2001 From: Marvin Hansen Date: Mon, 11 Sep 2023 14:26:12 +0800 Subject: [PATCH 1/2] Trigger new CI preview Signed-off-by: Marvin Hansen --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 59fb6c8..e66c142 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,6 @@ 2) Modify the content as you see fit 3) Create a pull request - ## Stack: * [Hugo](https://gohugo.io/) From 946310924c5a342c65f86de99b00f4770d9cc827 Mon Sep 17 00:00:00 2001 From: Marvin Hansen Date: Mon, 11 Sep 2023 14:33:39 +0800 Subject: [PATCH 2/2] trying workaround for missing secrets in PR from Fork Signed-off-by: Marvin Hansen --- .github/workflows/preview.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index e7c5949..a0c4600 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -14,6 +14,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + ref: ${{ github.event.pull_request.head.ref }} + repository: ${{ github.event.pull_request.head.repo.full_name }} # Run a build step here if your project requires - name: Publish to Cloudflare Pages