We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I encountered an issue using this action on macos-latest runner, but not working.
macos-latest
Public repository: YAML config: YAML workflow: name: GitHub Pages on: push: branches: - main # Set a branch to deploy pull_request: jobs: build: strategy: matrix: os: [ubuntu-latest, macos-latest] version: ['0.123.0', '0.124.0', '0.125.0', '0.126.0', '0.127.0', '0.128.0', '0.131.0', '0.132.0'] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 - name: Setup Hugo uses: peaceiris/actions-hugo@v3 with: hugo-version: ${{ matrix.version }} extended: true - name: Build run: hugo
Run peaceiris/actions-hugo@v3 with: hugo-version: 0.1[2](https://github.com/razonyang/hugomods-images-test/actions/runs/10381019819/job/28741834062#step:3:2)3.0 extended: true Hugo version: 0.12[3](https://github.com/razonyang/hugomods-images-test/actions/runs/10381019819/job/28741834062#step:3:3).0 Error: Action failed with error Unexpected HTTP response: [4](https://github.com/razonyang/hugomods-images-test/actions/runs/10381019819/job/28741834062#step:3:4)04
.
The text was updated successfully, but these errors were encountered:
peaceiris
No branches or pull requests
Checklist
Describe your question
Hi, I encountered an issue using this action on
macos-latest
runner, but not working.Relevant links
Relevant log output
Additional context.
.
The text was updated successfully, but these errors were encountered: