From d7b46bbdb59a62c748ed12d9c296eea60cd22920 Mon Sep 17 00:00:00 2001 From: Niklas von Hertzen Date: Tue, 13 Jul 2021 17:53:07 +0800 Subject: [PATCH] test remotes --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3456a6e..59e4417 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,11 @@ jobs: - uses: actions/setup-node@v1 with: node-version: 12 + + - name: Checkout current snapshots + run: | + git remote + git checkout origin/gh-pages results - name: Cache node modules uses: actions/cache@v2 env: