samredai commented on a change in pull request #1: URL: https://github.com/apache/iceberg-docs/pull/1#discussion_r763652648
########## File path: .github/workflows/deploy.yml ########## @@ -0,0 +1,52 @@ +name: github pages + +on: [push, pull_request] + +jobs: + deploy: + runs-on: ubuntu-20.04 + steps: + - uses: actions/checkout@v2 + + - name: Set output + id: vars + run: echo ::set-output name=branch_name::${GITHUB_REF#refs/*/} + + - name: Set baseURL in config.toml + uses: ciiiii/toml-editor@1.0.0 + with: + file: "config.toml" + key: "baseURL" + value: "https://samredai.github.io/iceberg-docs-prototype/${{ steps.vars.outputs.branch_name }}" Review comment: Fixed! -- 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: dev-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org