Skip to content

Commit

Permalink
wip: migration from Travis CI to GitHub Actions #149
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan-greffe committed Dec 4, 2023
1 parent 9a41397 commit a45ddf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- name: Build and deploy
run: |
ls -la
chmod +x app.sh
./app.sh
chmod +x ./.github/workflows/app.sh
./.github/workflows/app.sh
doc:
if: ${{ contains(github.event.head_commit.message, '[build doc]') }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit a45ddf1

Please sign in to comment.