diff --git a/.github/workflows/multidocs.yml b/.github/workflows/multidocs.yml index 36a0a7b0a..cc8a9c059 100644 --- a/.github/workflows/multidocs.yml +++ b/.github/workflows/multidocs.yml @@ -3,7 +3,7 @@ name: MultiDocumentation on: push: branches: - - fix-workflows + - master tags: '*' pull_request: @@ -18,7 +18,7 @@ jobs: - uses: julia-actions/cache@v2 - name: Set up - run: git config --global init.defaultBranch fix-workflows + run: git config --global init.defaultBranch master # Build GNNGraphs docs - name: Install dependencies for GNNGraphs diff --git a/GNNGraphs/docs/make.jl b/GNNGraphs/docs/make.jl index 0de99be95..2fc0748c8 100644 --- a/GNNGraphs/docs/make.jl +++ b/GNNGraphs/docs/make.jl @@ -27,6 +27,6 @@ makedocs(; ) deploydocs(;repo = "github.com/JuliaGraphs/GraphNeuralNetworks.jl.git", -devbranch = "fix-workflows", +devbranch = "master", push_preview = true, dirname = "GNNGraphs") \ No newline at end of file diff --git a/GNNLux/docs/make.jl b/GNNLux/docs/make.jl index 2774a80ea..0914a3f9f 100644 --- a/GNNLux/docs/make.jl +++ b/GNNLux/docs/make.jl @@ -23,6 +23,6 @@ makedocs(; deploydocs(;repo = "github.com/JuliaGraphs/GraphNeuralNetworks.jl.git", -devbranch = "fix-workflows", +devbranch = "master", push_preview = true, dirname = "GNNLux") \ No newline at end of file diff --git a/GNNlib/docs/make.jl b/GNNlib/docs/make.jl index 5392d75f6..ff57a33b6 100644 --- a/GNNlib/docs/make.jl +++ b/GNNlib/docs/make.jl @@ -37,6 +37,6 @@ makedocs(; deploydocs(;repo = "github.com/JuliaGraphs/GraphNeuralNetworks.jl.git", -devbranch = "fix-workflows", +devbranch = "master", push_preview = true, dirname = "GNNlib") \ No newline at end of file diff --git a/GraphNeuralNetworks/docs/make.jl b/GraphNeuralNetworks/docs/make.jl index 7972c2635..56af7ce42 100644 --- a/GraphNeuralNetworks/docs/make.jl +++ b/GraphNeuralNetworks/docs/make.jl @@ -49,6 +49,6 @@ makedocs(; deploydocs(;repo = "github.com/JuliaGraphs/GraphNeuralNetworks.jl.git", -devbranch = "fix-workflows", +devbranch = "master", push_preview = true, dirname= "GraphNeuralNetworks") diff --git a/tutorials/docs/make.jl b/tutorials/docs/make.jl index 83ba8216c..db271bf89 100644 --- a/tutorials/docs/make.jl +++ b/tutorials/docs/make.jl @@ -31,6 +31,6 @@ makedocs(; deploydocs(;repo = "github.com/JuliaGraphs/GraphNeuralNetworks.jl.git", -devbranch = "fix-workflows", +devbranch = "master", push_preview = true, dirname = "tutorials") \ No newline at end of file