Skip to content

Fixes the name of Soda to Soda DQ and adds USA to both Collibra and Soda #22

Fixes the name of Soda to Soda DQ and adds USA to both Collibra and Soda

Fixes the name of Soda to Soda DQ and adds USA to both Collibra and Soda #22

Workflow file for this run

name: CI
# Controls when the workflow will run
on:
push:
branches: [main]
permissions:
contents: write
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v4
- uses: logseq/publish-spa@v0.3.0
- name: Add a nojekyll file # to make sure asset paths are correctly identified
run: touch $GITHUB_WORKSPACE/www/.nojekyll
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: www