pengx17 / logseq-publish

Archived. Please check https://github.com/logseq/publish-spa instead

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Export failed in action

fortunehan opened this issue · comments

Hi @pengx17 ,

May I seek your help to check an error?

I am trying the action to publish public notes, but got below error.
Seems the "export graph" button cannot be click.
Below is part of action log.

Graph loaded for /home/logseq/graph
page.click: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for selector "a.menu-link >> text=Export graph"
  selector resolved to visible <div>Export graph</div>
attempting click action
  waiting for element to be visible, enabled and stable
    element is not stable - waiting...
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #1
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events

...

retrying click action, attempt #50
  waiting 500ms
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #51
  waiting 500ms
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #52
  waiting 500ms
============================================================
    at publish (file:///home/logseq/publish.mjs:111:14)
    at async main (file:///home/logseq/publish.mjs:193:5) {
  name: 'TimeoutError'
}
Trace file saved to /home/logseq/graph/www/trace.zip
Export failed

Below is my workflow yml

# This is a basic workflow to help you get started with Actions

name: Publish Public Notes

# Controls when the workflow will run
on:
  push:
    branches: [master]

  # Allows you to run this workflow manually from the Actions tab
  workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
  # This workflow contains a single job called "build"
  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:
      # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
      - uses: actions/checkout@v2
      - name: Logseq Publish 🚩
        uses: pengx17/logseq-publish@v0.1
      - name: add a nojekyll file
        run: touch $GITHUB_WORKSPACE/www/.nojekyll
      - name: Deploy 🚀
        uses: JamesIves/github-pages-deploy-action@v4
        with:
          branch: gh-pages # The branch the action should deploy to.
          folder: www # The folder the action should deploy.
          clean: true
          single-commit: true

Page already exists with another file: /home/logs…

Please check if your graph can be exported locally. Seems you have a duplicate page.

The graph can be exported locally.

image

Attached full logs

Unable to find image 'ghcr.io/pengx17/logseq-publish:master' locally
master: Pulling from pengx17/logseq-publish
d7bfe07ed847: Pulling fs layer
5e26ac15d29a: Pulling fs layer
d9fa9cd286a1: Pulling fs layer
a536994ab378: Pulling fs layer
65239db94019: Pulling fs layer
de122f6d4e38: Pulling fs layer
c4df9aa6e12c: Pulling fs layer
14ce6424d7b2: Pulling fs layer
9cabca3f3d6d: Pulling fs layer
94afd7282f82: Pulling fs layer
1ecda1776789: Pulling fs layer
4f4fb700ef54: Pulling fs layer
84488b7f445d: Pulling fs layer
c4df9aa6e12c: Waiting
14ce6424d7b2: Waiting
9cabca3f3d6d: Waiting
94afd7282f82: Waiting
1ecda1776789: Waiting
4f4fb700ef54: Waiting
84488b7f445d: Waiting
a536994ab378: Waiting
65239db94019: Waiting
de122f6d4e38: Waiting
d9fa9cd286a1: Verifying Checksum
d9fa9cd286a1: Download complete
d7bfe07ed847: Verifying Checksum
d7bfe07ed847: Download complete
5e26ac15d29a: Verifying Checksum
5e26ac15d29a: Download complete
de122f6d4e38: Download complete
65239db94019: Verifying Checksum
65239db94019: Download complete
c4df9aa6e12c: Verifying Checksum
c4df9aa6e12c: Download complete
9cabca3f3d6d: Verifying Checksum
9cabca3f3d6d: Download complete
14ce6424d7b2: Verifying Checksum
14ce6424d7b2: Download complete
94afd7282f82: Verifying Checksum
94afd7282f82: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
a536994ab378: Verifying Checksum
a536994ab378: Download complete
84488b7f445d: Download complete
1ecda1776789: Verifying Checksum
1ecda1776789: Download complete
d7bfe07ed847: Pull complete
5e26ac15d29a: Pull complete
d9fa9cd286a1: Pull complete
a536994ab378: Pull complete
65239db94019: Pull complete
de122f6d4e38: Pull complete
c4df9aa6e12c: Pull complete
14ce6424d7b2: Pull complete
9cabca3f3d6d: Pull complete
94afd7282f82: Pull complete
1ecda1776789: Pull complete
4f4fb700ef54: Pull complete
84488b7f445d: Pull complete
Digest: sha256:fea853e7b23ab0378f3eab0b5e13513fb701d31eb838f3c5b63cee848f3ac12d
Status: Downloaded newer image for ghcr.io/pengx17/logseq-publish:master
Page loaded!
Graph loaded for /home/logseq/graph
page.click: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for selector "a.menu-link >> text=Export graph"
  selector resolved to visible <div>Export graph</div>
attempting click action
  waiting for element to be visible, enabled and stable
    element is not stable - waiting...
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #1
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #2
  waiting [20](https://github.com/fortunehan/han-notes/actions/runs/3197984779/jobs/5221929881#step:4:23)ms
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #3
  waiting 100ms
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #4
  waiting 100ms
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #5
  waiting 500ms
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #6
  waiting 500ms
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #7
  waiting 500ms
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #8
  waiting 500ms
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #9
  waiting 500ms
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #10
  waiting 500ms
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #11
  waiting 500ms
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #12
  waiting 500ms
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #13
  waiting 500ms
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #14
  waiting 500ms
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #15
  waiting 500ms
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #16
  waiting 500ms
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #17
  waiting 500ms
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #18
  waiting 500ms
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #19
  waiting 500ms
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #20
  waiting 500ms
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #[21](https://github.com/fortunehan/han-notes/actions/runs/3197984779/jobs/5221929881#step:4:24)
  waiting 500ms
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #[22](https://github.com/fortunehan/han-notes/actions/runs/3197984779/jobs/5221929881#step:4:25)
  waiting 500ms
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #[23](https://github.com/fortunehan/han-notes/actions/runs/3197984779/jobs/5221929881#step:4:26)
  waiting 500ms
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #[24](https://github.com/fortunehan/han-notes/actions/runs/3197984779/jobs/5221929881#step:4:27)
  waiting 500ms
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #[25](https://github.com/fortunehan/han-notes/actions/runs/3197984779/jobs/5221929881#step:4:28)
  waiting 500ms
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #[26](https://github.com/fortunehan/han-notes/actions/runs/3197984779/jobs/5221929881#step:4:29)
  waiting 500ms
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #[27](https://github.com/fortunehan/han-notes/actions/runs/3197984779/jobs/5221929881#step:4:30)
  waiting 500ms
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #[28](https://github.com/fortunehan/han-notes/actions/runs/3197984779/jobs/5221929881#step:4:31)
  waiting 500ms
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #[29](https://github.com/fortunehan/han-notes/actions/runs/3197984779/jobs/5221929881#step:4:32)
  waiting 500ms
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #[30](https://github.com/fortunehan/han-notes/actions/runs/3197984779/jobs/5221929881#step:4:33)
  waiting 500ms
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #[31](https://github.com/fortunehan/han-notes/actions/runs/3197984779/jobs/5221929881#step:4:34)
  waiting 500ms
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #[32](https://github.com/fortunehan/han-notes/actions/runs/3197984779/jobs/5221929881#step:4:35)
  waiting 500ms
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #[33](https://github.com/fortunehan/han-notes/actions/runs/3197984779/jobs/5221929881#step:4:36)
  waiting 500ms
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #[34](https://github.com/fortunehan/han-notes/actions/runs/3197984779/jobs/5221929881#step:4:37)
  waiting 500ms
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #[35](https://github.com/fortunehan/han-notes/actions/runs/3197984779/jobs/5221929881#step:4:38)
  waiting 500ms
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #[36](https://github.com/fortunehan/han-notes/actions/runs/3197984779/jobs/5221929881#step:4:39)
  waiting 500ms
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #[37](https://github.com/fortunehan/han-notes/actions/runs/3197984779/jobs/5221929881#step:4:40)
  waiting 500ms
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #[38](https://github.com/fortunehan/han-notes/actions/runs/3197984779/jobs/5221929881#step:4:41)
  waiting 500ms
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #[39](https://github.com/fortunehan/han-notes/actions/runs/3197984779/jobs/5221929881#step:4:42)
  waiting 500ms
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #[40](https://github.com/fortunehan/han-notes/actions/runs/3197984779/jobs/5221929881#step:4:43)
  waiting 500ms
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #[41](https://github.com/fortunehan/han-notes/actions/runs/3197984779/jobs/5221929881#step:4:44)
  waiting 500ms
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #[42](https://github.com/fortunehan/han-notes/actions/runs/3197984779/jobs/5221929881#step:4:45)
  waiting 500ms
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #[43](https://github.com/fortunehan/han-notes/actions/runs/3197984779/jobs/5221929881#step:4:46)
  waiting 500ms
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #[44](https://github.com/fortunehan/han-notes/actions/runs/3197984779/jobs/5221929881#step:4:47)
  waiting 500ms
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #[45](https://github.com/fortunehan/han-notes/actions/runs/3197984779/jobs/5221929881#step:4:48)
  waiting 500ms
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #[46](https://github.com/fortunehan/han-notes/actions/runs/3197984779/jobs/5221929881#step:4:49)
  waiting 500ms
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #[47](https://github.com/fortunehan/han-notes/actions/runs/3197984779/jobs/5221929881#step:4:50)
  waiting 500ms
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #[48](https://github.com/fortunehan/han-notes/actions/runs/3197984779/jobs/5221929881#step:4:51)
  waiting 500ms
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #[49](https://github.com/fortunehan/han-notes/actions/runs/3197984779/jobs/5221929881#step:4:52)
  waiting [50](https://github.com/fortunehan/han-notes/actions/runs/3197984779/jobs/5221929881#step:4:53)0ms
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #50
  waiting 500ms
  waiting for element to be visible, enabled and stable
  element is visible, enabled and stable
  scrolling into view if needed
  done scrolling
  <div class="text-sm leading-5 font-medium whitespace-…>Page already exists with another file: /home/logs…</div> from <div class="notifications ui__notifications">…</div> subtree intercepts pointer events
retrying click action, attempt #[51](https://github.com/fortunehan/han-notes/actions/runs/3197984779/jobs/5221929881#step:4:54)
  waiting 500ms
============================================================
    at publish (file:///home/logseq/publish.mjs:111:14)
    at async main (file:///home/logseq/publish.mjs:193:5) {
  name: 'TimeoutError'
}
Trace file saved to /home/logseq/graph/www/trace.zip
Export failed
Run actions/upload-artifact@v2
With the provided path, there will be 1 file uploaded
Starting artifact upload
For more detailed logs during the artifact upload process, enable step-debugging: https://docs.github.com/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging#enabling-step-debug-logging
Artifact name is valid!
Container for artifact "trace" successfully created. Starting upload of file(s)
Uploaded /home/runner/work/han-notes/han-notes/www/trace.zip (8.6%) bytes 0:8388607
Uploaded /home/runner/work/han-notes/han-notes/www/trace.zip (17.2%) bytes 8388608:16777215
Uploaded /home/runner/work/han-notes/han-notes/www/trace.zip (25.8%) bytes 16777216:25165823
Uploaded /home/runner/work/han-notes/han-notes/www/trace.zip (34.5%) bytes 25165824:335[54](https://github.com/fortunehan/han-notes/actions/runs/3197984779/jobs/5221929881#step:4:57)431
Uploaded /home/runner/work/han-notes/han-notes/www/trace.zip (43.1%) bytes 33[55](https://github.com/fortunehan/han-notes/actions/runs/3197984779/jobs/5221929881#step:4:58)4432:41943039
Uploaded /home/runner/work/han-notes/han-notes/www/trace.zip (51.7%) bytes 41943040:50331647
Uploaded /home/runner/work/han-notes/han-notes/www/trace.zip (60.3%) bytes 50331648:58720255
Uploaded /home/runner/work/han-notes/han-notes/www/trace.zip (69.0%) bytes 587202[56](https://github.com/fortunehan/han-notes/actions/runs/3197984779/jobs/5221929881#step:4:59):67108863
Uploaded /home/runner/work/han-notes/han-notes/www/trace.zip (77.6%) bytes 67108864:75497471
Uploaded /home/runner/work/han-notes/han-notes/www/trace.zip (86.2%) bytes 75497472:83886079
Uploaded /home/runner/work/han-notes/han-notes/www/trace.zip (94.8%) bytes 83886080:92274687
Uploaded /home/runner/work/han-notes/han-notes/www/trace.zip (100.0%) bytes 92274688:97246[57](https://github.com/fortunehan/han-notes/actions/runs/3197984779/jobs/5221929881#step:4:60)7
Total size of all the files uploaded is 9724[65](https://github.com/fortunehan/han-notes/actions/runs/3197984779/jobs/5221929881#step:4:68)78 bytes
File upload process has finished. Finalizing the artifact upload
Artifact has been finalized. All files have been successfully uploaded!

The raw size of all the files that were specified for upload is 9[72](https://github.com/fortunehan/han-notes/actions/runs/3197984779/jobs/5221929881#step:4:75)465[78](https://github.com/fortunehan/han-notes/actions/runs/3197984779/jobs/5221929881#step:4:81) bytes
The size of all the files that were uploaded is [97](https://github.com/fortunehan/han-notes/actions/runs/3197984779/jobs/5221929881#step:4:100)[246](https://github.com/fortunehan/han-notes/actions/runs/3197984779/jobs/5221929881#step:4:249)578 bytes. This takes into account any gzip compression used to reduce the upload size, time and storage

Note: The size of downloaded zips can differ significantly from the reported size. For more information see: https://github.com/actions/upload-artifact#zipped-artifact-downloads 

Artifact trace has been successfully uploaded!

I am not sure, but it seems you do have a duplicate file according to this line

Page already exists with another file: /home/logs… from

subtree intercepts pointer events

Please try re-indexing locally and do another export and see if that could still succeed.

I tried to git clone my repo in a folder, open logseq new window -> load the graph -> export graph -> export public pages -> open the index.html, I can see pages(I only set 2 pages as public) in the browser normally. 🥲

Anyway I can know what files are duplicated?

I have over 1300 pages but only set 2 page as public for testing. Everything works fine when I export and open index.html in local.

@fortunehan if you do a local reindexing, did you see any error prompting in the top-right corner?

No error prompting in the top-right corner.
I hit duplicated error before, but already resolved and pushed to remote.

Could you please share the trace.zip file that is uploaded to the action artifacts?

After removed some files, I guess maybe the journals/2022_04_24_BASE_16591.md caused the issue.
Now actions are working fine. The branch gh-pages is already created.
But the fortunehan.github.io/xxx is 404, I think it is github pages related issue.

Thanks @pengx17 and @Xuanwo for your helping!