Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
claustra01 committed Aug 9, 2024
1 parent 34a2f26 commit 3c48ea2
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/pr-visualizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
id-token: write

jobs:
build:
visualizer:
runs-on: ubuntu-latest

steps:
Expand All @@ -27,16 +27,6 @@ jobs:
with:
path: ./dist/visualizer/

visualizer:
needs: build
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

steps:
- uses: actions/checkout@v4

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
Expand Down

0 comments on commit 3c48ea2

Please sign in to comment.