From d4520da52b51b9131c9b36091a5f252437c51f2b Mon Sep 17 00:00:00 2001 From: Chris Manson Date: Fri, 26 Jan 2024 14:01:55 +0000 Subject: [PATCH] use new lint-to-the-future dashboard action --- .github/workflows/gh-pages.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index ee0e9876..b3263c69 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -1,12 +1,16 @@ -name: github pages +name: Lint to the Future Dashboard on: push: branches: - master + - main jobs: deploy: - uses: mansona/lint-to-the-future-dashboard-action/.github/workflows/dashboard.yml@main - with: - folder: '' + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: mansona/lttf-dashboard@v1 + with: + token: ${{secrets.GITHUB_TOKEN}}