Skip to content

Commit

Permalink
2024-03-26 - Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
markbattistella committed Mar 25, 2024
1 parent eb79c49 commit 93c53c5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 28 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/pr-title-checker.yml

This file was deleted.

16 changes: 13 additions & 3 deletions .github/workflows/static-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- synchronize

concurrency:
group: "build-website"
group: 'build-website'
cancel-in-progress: true

permissions:
Expand All @@ -17,11 +17,22 @@ permissions:
id-token: write

jobs:

pr-validator:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: thehanimo/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

deploy:
name: Deploy the website
runs-on: ubuntu-latest
needs: pr-validator
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -30,7 +41,6 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: './Documentation'
- name: Deploy to GitHub Pages
id: deployment
Expand Down

This file was deleted.

0 comments on commit 93c53c5

Please sign in to comment.