diff options
author | Nikita Tchayka <nikitatchayka@gmail.com> | 2023-08-27 13:12:05 +0100 |
---|---|---|
committer | Nikita Tchayka <nikitatchayka@gmail.com> | 2023-08-27 13:12:05 +0100 |
commit | de5a7fd1ae1ffceee4b49165b4a251d129b99d49 (patch) | |
tree | b03991268d5f604b7e2a56e7ad8e8d3357ec2375 | |
parent | 0cf3363e30a9a365a8bdf512dd4b46c40e2ff0f2 (diff) | |
download | neohaskell.github.io-de5a7fd1ae1ffceee4b49165b4a251d129b99d49.tar.gz neohaskell.github.io-de5a7fd1ae1ffceee4b49165b4a251d129b99d49.tar.bz2 neohaskell.github.io-de5a7fd1ae1ffceee4b49165b4a251d129b99d49.zip |
Fix
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2add745..0a8dead 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: - name: Install dependencies run: npm install --frozen-lockfile - name: Build website - run: npm build + run: npm run build # Popular action to deploy to GitHub Pages: # Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus |