Skip to content

Commit

Permalink
Fix attempt: for error fix in deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
AdarshRawat1 committed May 11, 2024
1 parent bc66734 commit 9fe7571
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ permissions:
contents: read
pages: write
id-token: write
pull-requests: write

on:
push:
branches:
Expand All @@ -15,7 +17,7 @@ jobs:
concurrency: ci-${{github. ref}}
steps:
- name : Checkout
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
submodules: "true"

Expand All @@ -40,4 +42,4 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: docs/doxygen/build/html
folder: docs/doxygen/build/html

0 comments on commit 9fe7571

Please sign in to comment.