diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 0b32d1f..ee0e987 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -7,17 +7,6 @@ on: jobs: deploy: - runs-on: ubuntu-18.04 - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 - with: - node-version: '14' - - run: npm install -g npm@7 - - run: npm install - - run: npx lint-to-the-future output -o lttfOutput --rootUrl empress-blog --previous-results https://empress.github.io/empress-blog/data.json - - name: Deploy - uses: peaceiris/actions-gh-pages@v3 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./lttfOutput + uses: mansona/lint-to-the-future-dashboard-action/.github/workflows/dashboard.yml@main + with: + folder: ''