Skip to content

Commit

Permalink
Merge pull request #34 from multiversx/workflows-10
Browse files Browse the repository at this point in the history
Adjust workflows (docs, tests)
  • Loading branch information
andreibancioiu authored May 10, 2024
2 parents 6ae9f76 + 57f6579 commit bd3d6f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: Build and deploy sphinx docs
on:
push:
branches: main
pull_request:
branches:
- main
workflow_dispatch:

jobs:
Expand All @@ -30,7 +27,7 @@ jobs:
- uses: actions/checkout@v4
with:
ref: "gh-pages"
repository: ${{ github.event.pull_request.head.repo.full_name }}
repository: ${{ github.repository }}
path: "gh-pages-docs"

- name: Deploy to GitHub Pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, macos-latest, macos-13-xlarge]
os: [ubuntu-latest, macos-latest]
python-version: [3.8]

steps:
Expand Down

0 comments on commit bd3d6f7

Please sign in to comment.