Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
akshatnema committed Aug 31, 2024
1 parent b60de07 commit 3b773a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-docs-in-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/github-script@v4
with:
script: |
const { writeFile } = require('fs').promises;
const { writeFile } = require('fs');
const configPath = './website/config/edit-page-config.json';
const checkSlug = 'reference/bindings/';
const slug = {
Expand Down

0 comments on commit 3b773a9

Please sign in to comment.