Skip to content

Commit

Permalink
testing deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi-kumar-pilla committed Mar 8, 2024
1 parent 2d5a6a7 commit b3dbd2b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/gh-deploy-flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
branches: ["main"]
workflow_dispatch:

permissions:
pages: write
id-token: write

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -28,6 +32,6 @@ jobs:
- name: Upload Pages artifact
uses: actions/upload-pages-artifact@v3
with:
path: './build'
path: "./build"
- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v4

0 comments on commit b3dbd2b

Please sign in to comment.