Skip to content

Commit

Permalink
modified build
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabh-s-sawant committed Aug 20, 2024
1 parent 9a1ca31 commit cf76f30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ concurrency:
permissions:
contents: write # Required to read repository contents
pages: write # Required to deploy GitHub Pages
id-token: write # Required for deploying GitHub Pages

jobs:
build:
Expand Down Expand Up @@ -47,8 +48,7 @@ jobs:
- name: deploy to gh-pages
uses: actions/deploy-pages@v1
with:
deployment-environment: github-pages
commit-message: "Force update - $(date +'%Y-%m-%d %H:%M:%S')"
token: ${{ secrets.GITHUB_TOKEN }}
#uses: JamesIves/github-pages-deploy-action@v4
#with:
# repository-name: AMReX-Microelectronics/AMReX-Microelectronics.github.io
Expand Down

0 comments on commit cf76f30

Please sign in to comment.