Skip to content

Commit

Permalink
⚡ (./.github) update deploy_pages.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankBevr committed Nov 21, 2023
1 parent 95ba4a7 commit 4be88ee
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/deploy_pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@ on:
workflow_dispatch:

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

permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -36,6 +39,7 @@ jobs:

- name: Deploy to GitHub Pages
uses: peaceiris/[email protected]
if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: Frontend/dist

0 comments on commit 4be88ee

Please sign in to comment.