Giter Club home page Giter Club logo

Comments (4)

bryanbartow avatar bryanbartow commented on June 3, 2024

Getting the same error. Just started yesterday AFAICT.

from swift-doc.

mattt avatar mattt commented on June 3, 2024

Thanks for reporting this, @danielctull. The error is due to my neglecting to update the GitHub action configuration / Docker image after merging my HTML branch into master. I'm working to fix this now.

from swift-doc.

mattt avatar mattt commented on June 3, 2024

The Documentation workflow is now completing successfully on this repository.

https://github.com/SwiftDocOrg/swift-doc/actions?query=workflow%3ADocumentation

Please note that the action now requires a module-name parameter and supports a format parameter.

name: Documentation

on: [push]

jobs:
  build:
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v1
      - name: Generate Documentation
        uses: SwiftDocOrg/swift-doc@master
        with:
          inputs: "Source"
          module-name: MyLibrary
          output: "Documentation"
      - name: Upload Documentation to Wiki
        uses: SwiftDocOrg/github-wiki-publish-action@v1
        with:
          path: "Documentation"
        env:
          GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}

from swift-doc.

danielctull avatar danielctull commented on June 3, 2024

Cheers @mattt, that seems to work now! Thanks for the tips about module name and format parameters too. 🙂

from swift-doc.

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.