Skip to content

Commit

Permalink
consolidate jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Apr 26, 2024
1 parent 2e54d81 commit a1503d8
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

build_site:
needs: build_release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Download .artifact files
uses: actions/download-artifact@v4

- name: Set VITE_BASE
run: |
echo "VITE_BASE=https://${GITHUB_REPOSITORY_OWNER,,}.github.io/${GITHUB_REPOSITORY#*/}" >> $GITHUB_ENV
Expand Down

0 comments on commit a1503d8

Please sign in to comment.