Skip to content
This repository has been archived by the owner on Nov 13, 2022. It is now read-only.

Error in the action execution: ./_action_files/word2post.sh not found #29

Closed
A-Alaa opened this issue Feb 13, 2020 · 0 comments · Fixed by #32
Closed

Error in the action execution: ./_action_files/word2post.sh not found #29

A-Alaa opened this issue Feb 13, 2020 · 0 comments · Fixed by #32
Assignees
Labels
bug Something isn't working

Comments

@A-Alaa
Copy link

A-Alaa commented Feb 13, 2020

I added the following .github/workflows/converter.yaml with the following content:

name: Convert Notebooks
on:
  page_build

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - name: convert notebooks and word docs to posts
      uses: fastai/fastpages@master

But in execution I get the following error:

Screenshot_2020-02-13 A-Alaa CV2020

@hamelsmu hamelsmu added the bug Something isn't working label Feb 13, 2020
@hamelsmu hamelsmu self-assigned this Feb 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants