Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update doc.yml
  • Loading branch information
aduh95 authored Mar 21, 2023
commit 294c8f3c1f457d6a7fae7776b94eef3cc8d9dbb5
4 changes: 2 additions & 2 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
if: github.event.pull_request
needs: build-docs
runs-on: ubuntu-latest
permission:
contents: read|write
steps:
- name: Check out the gh-pages branch
uses: actions/checkout@v3
Expand All @@ -56,8 +58,6 @@ jobs:
with:
name: docs
path: ${{ github.event.pull_request.number }}
- name: Display structure of downloaded files
run: ls -R
- name: Commit the doc preview to gh-pages
run: |
git config --global user.email "actions@github.com"
Expand Down