Azure / Azure/static-web-apps

Building fails using bundler 2.5.3

Open
#1,391 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
346
Forks
67
PR merge metrics
No merged PRs in 30d

Description

**Describe the bug**

I am using a GitHub action to deploy a Jekyll static web app.
The deployment failed without making any changes to the action.

This is the action
` steps:
- name: 🛎 Checkout
uses: actions/checkout@v4
with:
submodules: true

- name: 💎 Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0

- name: 🔧 Install dependencies
run: bundle install

- name: 🏃‍♂️ Bundle jekyll
run: bundle exec jekyll build

- name: 🚀 Build And Deploy
id: builddeploy
uses: Azure/static-web-apps-deploy@v1
with:
azure_static_web_apps_api_token: ${{ secrets.AZURE_NODEBOX_WEBAPP_TOKEN }}
repo_token: ${{ secrets.GITHUB_TOKEN }}
action: "upload"
app_location: "/" # App source code path
api_location: "" # Api source code path - optional
output_location: "_site" # Built app content directory - optional
deployment_environment: "development"`

this is the error.
![image](https://github.com/Azure/static-web-apps/assets/57708659/0c00fa66-eff7-435b-8912-582ba1b734fe)

the change I noticed is in the different bundler used.
![image](https://github.com/Azure/static-web-apps/assets/57708659/d9b25440-e95d-4f67-ac08-5260544d997e)

Any suggestions?
Thanks

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.