Skip to content

Commit

Permalink
feat: enable CI using gh-pages (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
mosoriob authored May 28, 2024
1 parent 89a0c1f commit 76e7fae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ jobs:
- Client_Side_Unit_Tests
runs-on: ubuntu-latest
name: Publish_Github_Pages
permissions:
contents: write
packages: write
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 76e7fae

Please sign in to comment.