Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanshuyou committed Jan 16, 2025
1 parent 74a4a8d commit af72ea3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update_medium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
run: |
mv postMedium.md postMedium.js
yarn
node postMedium.js $(echo "$FILES" | grep -v "localization/")
node postMedium.js $FILES
2 changes: 1 addition & 1 deletion trigger-milvus-build.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const axios = require("axios");
import axios from "axios";

const token = process.env.GH_TOKEN;
const publish = async () => {
Expand Down

0 comments on commit af72ea3

Please sign in to comment.