From e0760931ed5d116c05520a620112bc4a027e618a Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Wed, 18 Dec 2024 13:46:28 -0800 Subject: [PATCH] Update GitHub Pages Actions --- .github/dependabot.yml | 10 ---------- .github/workflows/pages.yml | 18 +----------------- 2 files changed, 1 insertion(+), 27 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index e53a9ab..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,10 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: weekly - - package-ecosystem: "npm" - directory: "/" - schedule: - interval: "weekly" diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 2c6a2fd..7b47cf2 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -22,29 +22,13 @@ concurrency: jobs: deploy: - name: Build from Source and Deploy + name: Deploy environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: install node v16 - uses: actions/setup-node@v4 - with: - node-version: 18 - - name: Install Yarn with NPM - run: npm install -g yarn - - name: yarn install - run: yarn install - - name: Commit Distribution Files - uses: stefanzweifel/git-auto-commit-action@v5 - if: startswith(github.repository, 'adafruit/') - with: - repository: 'dist' - commit_message: "Github Action: Updated dist files" - status_options: '--ignored=matching' - add_options: '-fA' - name: Setup Pages uses: actions/configure-pages@v5 - name: Upload artifact