Skip to content

Commit

Permalink
Merge pull request #321 from scarpe-team/docs_fix
Browse files Browse the repository at this point in the history
Fix some problems with the docs GHAction
  • Loading branch information
Schwad authored Jul 14, 2023
2 parents fd3d10a + 636d111 commit 818adad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Deploy YARD documentation to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: [$default-branch]
branches: [main]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
id: pages
uses: actions/configure-pages@v3
- name: Build with yardoc
run: rm -r .yardoc doc && bundle exec yardoc -o doc
run: rm -rf .yardoc doc && bundle exec yardoc -o doc
env:
FAKE_ENV: example
- name: Upload artifact
Expand Down

0 comments on commit 818adad

Please sign in to comment.