Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
biancabnd committed Jan 30, 2024
1 parent 50445b5 commit a924718
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
ref: ${{ github.event.pull_request.head.ref }}

- name: Set up Python
uses: actions/setup-python@v5
Expand All @@ -35,7 +35,9 @@ jobs:
- name: Build Documentation
run: |
make -C docs html # This assumes your Sphinx configuration is in a 'docs' folder
- uses: EndBug/[email protected]
- name: Add and commit
uses: EndBug/[email protected]
with:
author_name: UMLDev Clang Robot
author_email: [email protected]
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/upload-debians.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Build Debians
on:
push:
tags:
- 'v*'

jobs:
build_debians:
Expand Down

0 comments on commit a924718

Please sign in to comment.