Skip to content
New issue

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

support: seems not working on macOS: Error: Action failed with error Unexpected HTTP response: 404 #652

Open
3 tasks done
razonyang opened this issue Aug 14, 2024 · 0 comments
Assignees
Labels
support User support

Comments

@razonyang
Copy link

Checklist

  • I am using the latest version of this action.
  • I have read the latest README and followed the instructions.
  • I have read the latest GitHub Actions official documentation and learned the basic spec and concepts.

Describe your question

Hi, I encountered an issue using this action on macos-latest runner, but not working.

image

Relevant links

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

Relevant log output

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

Additional context.

.

@razonyang razonyang added the support User support label Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
support User support
Projects
None yet
Development

No branches or pull requests

2 participants