This is an automated email from the ASF dual-hosted git repository.

timsaucer pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-site.git


The following commit(s) were added to refs/heads/main by this push:
     new c78de94  Work around ASF github action build failure (#51)
c78de94 is described below

commit c78de948628eb70e29ffb4f4d4321d9e2b579229
Author: Tim Saucer <[email protected]>
AuthorDate: Sat Dec 14 09:54:59 2024 -0500

    Work around ASF github action build failure (#51)
    
    * pin markupsafe to version that includes soft_unicode
    
    * Add markup safe pinned version to site build also
---
 .github/workflows/publish-site.yml | 1 +
 .github/workflows/stage-site.yml   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/.github/workflows/publish-site.yml 
b/.github/workflows/publish-site.yml
index 93cf8a3..933534b 100644
--- a/.github/workflows/publish-site.yml
+++ b/.github/workflows/publish-site.yml
@@ -12,6 +12,7 @@ jobs:
     continue-on-error: true
     steps:
       - uses: actions/checkout@v4
+      - run: pip install MarkupSafe==2.0.1
       - uses: apache/infrastructure-actions/pelican@main
         with:
           destination: 'asf-site'
diff --git a/.github/workflows/stage-site.yml b/.github/workflows/stage-site.yml
index 4b50cdf..52b37d6 100644
--- a/.github/workflows/stage-site.yml
+++ b/.github/workflows/stage-site.yml
@@ -16,6 +16,7 @@ jobs:
     continue-on-error: true
     steps:
       - uses: actions/checkout@v4
+      - run: pip install MarkupSafe==2.0.1
       - uses: apache/infrastructure-actions/pelican@main
         with:
           destination: 'asf-staging'


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to