Skip to content

Commit

Permalink
chore: update docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vplasencia committed Apr 18, 2024
1 parent 39999f3 commit 2f18599
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@ jobs:
gh-pages:
runs-on: ubuntu-latest

permissions:
contents: write

environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

steps:
- uses: actions/checkout@v4

Expand All @@ -37,5 +30,4 @@ jobs:
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: docs

0 comments on commit 2f18599

Please sign in to comment.