Skip to content

Commit

Permalink
Wrong ref
Browse files Browse the repository at this point in the history
  • Loading branch information
JustusAdam committed Oct 10, 2023
1 parent ab351a8 commit 3c89de0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Automated Documentation Update

on:
push:
branches: [ "main", "doc-redirect" ]
branches: [ "doc-redirect" ]

env:
CARGO_TERM_COLOR: always
Expand All @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: 'main'
ref: 'doc-redirect'
fetch-depth: 0
- name: Configure Git
run: |
Expand All @@ -34,6 +34,7 @@ jobs:
run: |
echo $(pwd)
ls
ls doc-src
cp doc-src/index.html docs/index.html
- name: Commit Doc Generation
run: |
Expand Down

0 comments on commit 3c89de0

Please sign in to comment.