Skip to content

Commit

Permalink
Update doc.yml
Browse files Browse the repository at this point in the history
update doc.yml
  • Loading branch information
0xgregthedev authored Sep 19, 2023
1 parent fb68438 commit deed903
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ concurrency:
cancel-in-progress: false

jobs:
# Single deploy job since we're just deploying
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
document:
runs-on: ubuntu-latest
permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the
# added or changed files to the repository.
contents: write
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit deed903

Please sign in to comment.