jcamachor opened a new issue, #375: URL: https://github.com/apache/incubator-xtable/issues/375
Recently @kywe665 did some changes to have a first version of the site that is compliant with ASF (#352). However, the preexisting workflow to publish the website, which can be found [here](https://github.com/apache/incubator-xtable/blob/main/.github/workflows/site-deploy.yml), is not working anymore. Following the [ASF proposed guidelines](https://infra.apache.org/project-site.html), I have created a repository at https://github.com/apache/incubator-xtable-site . I have set it up and pushed the contents generated for the current site in `gh-pages` branch manually. We should fix the workflow though. I hope that with minor changes to the following block in the `site-deploy` action, we might be able to push the changes to the new repo: ```yaml - name: Deploy uses: peaceiris/actions-gh-pages@v3 if: github.ref == 'refs/heads/main' with: deploy_key: ${{ secrets.DEPLOY_KEY }} publish_dir: ./website/build ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
