Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusandra committed Mar 7, 2024
1 parent 281fc20 commit b0c79d9
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/deploy-to-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
pages: write # to deploy to Pages
id-token: write # to verify the deployment originates from an appropriate source

steps:
- uses: actions/checkout@v2
Expand All @@ -30,9 +27,5 @@ jobs:
run: touch .nojekyll

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./
publish_branch: publish
keep_files: true
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit b0c79d9

Please sign in to comment.