Giter VIP home page Giter VIP logo

Comments (12)

johnwalicki avatar johnwalicki commented on August 17, 2024 1

Agreed - let's get on a call to debug the failing GHA. Connect with me via email and I'll set up a session. (my email address is in the MAINTAINERS.md)

from devops.

johnwalicki avatar johnwalicki commented on August 17, 2024

Now that the GHA for anax/docs is implemented, let's stay on roll and also set up a GHA for devops/docs to docs/devops
open-horizon/anax#3044

from devops.

johnwalicki avatar johnwalicki commented on August 17, 2024

@Sukriti-sood - we need a similar GHA for devops/docs

from devops.

Sukriti-sood avatar Sukriti-sood commented on August 17, 2024

@Sukriti-sood - we need a similar GHA for devops/docs

yup, will implement it

from devops.

johnwalicki avatar johnwalicki commented on August 17, 2024

Did #110 make the GHA work?

from devops.

johnwalicki avatar johnwalicki commented on August 17, 2024

The GHA to copy

        src_path: mgmt-hub/README.md
        dst_path: /docs/mgmt-hub/index.md

is failing. The error is :

 Copying "devops/mgmt-hub/README.md" and pushing it to open-horizon/open-horizon.github.io
Cloning into '***@github.com/open-horizon/devops.git'...
fatal: unable to access 'https://***/': Could not resolve host: ***
Cloning 'open-horizon/devops' failed

from devops.

johnwalicki avatar johnwalicki commented on August 17, 2024
  1. Do we need to create the docs/devops directory in the open-horizon.github.io repo first?
  2. I compared
https://raw.githubusercontent.com/open-horizon/devops/master/.github/workflows/copy-docs.yml
https://raw.githubusercontent.com/open-horizon/anax/master/.github/workflows/copydocs.yml

and see several differences.

from devops.

Sukriti-sood avatar Sukriti-sood commented on August 17, 2024

@johnwalicki Please confirm that you have filled out the PERSONAL_TOKEN secret with Personal Access Token Value. The directory structure is correct, I tested the same workflow in my own repository.

from devops.

johnwalicki avatar johnwalicki commented on August 17, 2024

I think so... https://github.com/open-horizon/devops/actions/runs/2205341529/workflow

        personal_token: ${{ secrets.PERSONAL_TOKEN }}

is set to https://github.com/open-horizon/devops/settings/secrets/actions
Repository secrets
PERSONAL_TOKEN

from devops.

johnwalicki avatar johnwalicki commented on August 17, 2024

To be honest, I made up a PERSONAL_TOKEN secret with a splat of characters. Didn't put it anywhere else.

from devops.

Sukriti-sood avatar Sukriti-sood commented on August 17, 2024

Hi @johnwalicki , Can we have google meet when you are available. This will better help me to understand the context.

from devops.

joewxboy avatar joewxboy commented on August 17, 2024

@johnwalicki At this point, I suspecct (with no concrete evidence) that the paths are causing the URL generation to fail because they are not folders:

    src_path: mgmt-hub/README.md
    dst_path: /docs/mgmt-hub/index.md

Maybe change it to this:

    src_path: mgmt-hub
    dst_path: /docs/mgmt-hub

from devops.

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.