# Deployment of my package's documentation fails with github agent

**URL:** https://discourse.julialang.org/t/deployment-of-my-packages-documentation-fails-with-github-agent/111816
**Category:** New to Julia
**Tags:** documenter
**Created:** [March 19, 2024, 11:09am UTC](https://discourse.julialang.org/t/deployment-of-my-packages-documentation-fails-with-github-agent/111816 "2024-03-19T11:09:43Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![hbrochet](https://avatars.discourse-cdn.com/v4/letter/h/47e85d/32.png) [@hbrochet](https://discourse.julialang.org/u/hbrochet)
#### Post date: [March 19, 2024, 11:09am UTC](https://discourse.julialang.org/t/deployment-of-my-packages-documentation-fails-with-github-agent/111816/1 "2024-03-19T11:09:43Z")

</div>

Hello,  
I started writing a julia package and I tried to create a documentation that would be automatically hosted on github using the documenter.jl package.  
Unfortunately the github agent fails to build the documentation and I really struggle to understand what is wrong with my configuration files.

The repository of my package can be found here:

> **[GitHub - HBrochet/MultivariateCreativeTelescoping.jl](https://github.com/HBrochet/MultivariateCreativeTelescoping.jl)**
>
> Contribute to HBrochet/MultivariateCreativeTelescoping.jl development by creating an account on GitHub.

and the error message can be found below

 ![Screenshot from 2024-03-19 11-43-46](https://global.discourse-cdn.com/julialang/original/3X/2/f/2f039dd982657616d495c81fd38f716607f46882.png)

---

<div class="post-metadata">

### Author: ![hbrochet](https://avatars.discourse-cdn.com/v4/letter/h/47e85d/32.png) [@hbrochet](https://discourse.julialang.org/u/hbrochet)
#### Post date: [March 21, 2024, 9:22am UTC](https://discourse.julialang.org/t/deployment-of-my-packages-documentation-fails-with-github-agent/111816/2 "2024-03-21T09:22:24Z")

</div>

I fixed my problem thanks to this post

> <https://github.com/brightway-lca/brightway-book/issues/2>
>
> \`\`\`
> Run actions/jekyll-build-pages@v1
> /usr/bin/docker run --name ghcrioactions…jekyllbuildpagesv104\_cd8618 --label \[9\](https://github.com/michaelweinold/jb-brightway-documentation/runs/7922591821?check\_suite\_focus=true#step:4:10)4859b --workdir /github/workspace --rm -e INPUT\_SOURCE -e INPUT\_DESTINATION -e INPUT\_FUTURE -e INPUT\_BUILD\_REVISION -e INPUT\_VERBOSE -e INPUT\_TOKEN -e HOME -e GITHUB\_JOB -e GITHUB\_REF -e GITHUB\_SHA -e GITHUB\_REPOSITORY -e GITHUB\_REPOSITORY\_OWNER -e GITHUB\_RUN\_ID -e GITHUB\_RUN\_NUMBER -e GITHUB\_RETENTION\_DAYS -e GITHUB\_RUN\_ATTEMPT -e GITHUB\_ACTOR -e GITHUB\_TRIGGERING\_ACTOR -e GITHUB\_WORKFLOW -e GITHUB\_HEAD\_REF -e GITHUB\_BASE\_REF -e GITHUB\_EVENT\_NAME -e GITHUB\_SERVER\_URL -e GITHUB\_API\_URL -e GITHUB\_GRAPHQL\_URL -e GITHUB\_REF\_NAME -e GITHUB\_REF\_PROTECTED -e GITHUB\_REF\_TYPE -e GITHUB\_WORKSPACE -e GITHUB\_ACTION -e GITHUB\_EVENT\_PATH -e GITHUB\_ACTION\_REPOSITORY -e GITHUB\_ACTION\_REF -e GITHUB\_PATH -e GITHUB\_ENV -e GITHUB\_STEP\_SUMMARY -e RUNNER\_OS -e RUNNER\_ARCH -e RUNNER\_NAME -e RUNNER\_TOOL\_CACHE -e RUNNER\_TEMP -e RUNNER\_WORKSPACE -e ACTIONS\_RUNTIME\_URL -e ACTIONS\_RUNTIME\_TOKEN -e ACTIONS\_CACHE\_URL -e ACTIONS\_ID\_TOKEN\_REQUEST\_URL -e ACTIONS\_ID\_TOKEN\_REQUEST\_TOKEN -e GITHUB\_ACTIONS=true -e CI=true -v "/var/run/docker.sock":"/var/run/docker.sock" -v "/home/runner/work/\_temp/\_github\_home":"/github/home" -v "/home/runner/work/\_temp/\_github\_workflow":"/github/workflow" -v "/home/runner/work/\_temp/\_runner\_file\_commands":"/github/file\_commands" -v "/home/runner/work/jb-brightway-documentation/jb-brightway-documentation":"/github/workspace" ghcr.io/actions/jekyll-build-pages:v1.0.4
> Configuration file: none
> Logging at level: debug
> GitHub Pages: github-pages v227
> GitHub Pages: jekyll v3.9.2
> Theme: jekyll-theme-primer
> Theme source: /usr/local/bundle/gems/jekyll-theme-primer-0.6.0
> Requiring: jekyll-github-metadata
> To use retry middleware with Faraday v2.0+, install \`faraday-retry\` gem
> Conversion error: Jekyll::Converters::Scss encountered an error while converting 'assets/css/style.scss':
> No such file or directory @ dir\_chdir - /github/workspace/docs
> /usr/local/bundle/gems/jekyll-sass-converter-1.5.2/lib/jekyll/converters/scss.rb:86:in \`chdir': No such file or directory @ dir\_chdir - /github/workspace/docs (Errno::ENOENT)
> \`\`\`
> Compare also discussion \[here\](https://github.com/orgs/community/discussions/23564).
