GithubHelp home page GithubHelp logo

Comments (7)

crazy-max avatar crazy-max commented on July 21, 2024 1

@smoak

Unable to resolve action crazy-max/ghaction-github-pages@master, unable to find version master

Oh sorry it's crazy-max/ghaction-github-pages@dev

from ghaction-github-pages.

crazy-max avatar crazy-max commented on July 21, 2024

@smoak I've made some changes, can you try again with uses: crazy-max/ghaction-github-pages@master?

from ghaction-github-pages.

smoak avatar smoak commented on July 21, 2024

@smoak I've made some changes, can you try again with uses: crazy-max/ghaction-github-pages@master?

@crazy-max I made the change as you suggested:

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 180dfb7..c40f19a 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -33,7 +33,7 @@ jobs:
           MIX_ENV: prod
       - name: Deploy
         if: success()
-        uses: crazy-max/ghaction-github-pages@v2
+        uses: crazy-max/ghaction-github-pages@master
         with:
           target_branch: production
           build_dir: _build/prod

but it broke the build completely with:

Unable to resolve action crazy-max/ghaction-github-pages@master, unable to find version master

https://github.com/smoak/teamcowboy-graphql/actions/runs/358638172

from ghaction-github-pages.

smoak avatar smoak commented on July 21, 2024

@crazy-max Using dev branch now and I get the same error about the file already existing

Error: EEXIST: file already exists, mkdir '/tmp/github-pages-dyTkZv/lib/absinthe/priv'

https://github.com/smoak/teamcowboy-graphql/runs/1387772925?check_suite_focus=true#step:8:15

from ghaction-github-pages.

crazy-max avatar crazy-max commented on July 21, 2024

@smoak Ok thanks for your feedback, I will fork your repo and make some tests. Keep you in touch.

from ghaction-github-pages.

crazy-max avatar crazy-max commented on July 21, 2024

@smoak This is actually an issue with your elixir build which creates symlinks that don't resolve to anything:

image

I've made some changes to display a warning message if issues like that are detected.

from ghaction-github-pages.

smoak avatar smoak commented on July 21, 2024

@crazy-max Thanks! I'll look into what's going on.

from ghaction-github-pages.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.