diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml
index 4b0db66..6081dbc 100644
--- a/.github/workflows/gh-pages.yml
+++ b/.github/workflows/gh-pages.yml
@@ -26,13 +26,13 @@ jobs:
npx nx build query-playground -- --base-href /query/
- name: Duplicated index.html
run: |
- cp dist/packages/query-playground/index.html dist/packages/query-playground/404.html
+ cp dist/query-playground/index.html dist/query-playground/404.html
- name: Setup Pages
uses: actions/configure-pages@v2
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
- path: './dist/packages/query-playground'
+ path: './dist/query-playground'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
diff --git a/README.md b/README.md
index 3c1f3da..d809012 100644
--- a/README.md
+++ b/README.md
@@ -25,13 +25,12 @@ Get rid of granular state management, manual refetching, and async spaghetti cod
-[![Build Status](https://github.com/ngneat/query/actions/workflows/ci.yml/badge.svg)]()
+[![@ngneat/query](https://github.com/ngneat/query/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/ngneat/query/actions/workflows/ci.yml)
[![commitizen](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square)]()
[![PRs](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)]()
[![coc-badge](https://img.shields.io/badge/codeof-conduct-ff69b4.svg?style=flat-square)]()
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e5079.svg?style=flat-square)](https://github.com/semantic-release/semantic-release)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
-[![spectator](https://img.shields.io/badge/tested%20with-spectator-2196F3.svg?style=flat-square)](https://github.com/ngneat/spectator)
## Installation