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: