Sign in

Learn Publii to Gitlab page, Only index.html On Public Site

  • This topic has 1 reply, 2 voices, and was last updated 7 months, 1 week ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9343
    Avatar photocc

    Hello, can you help for my personal site on gitlab page.

    https://ccnot.gitlab.io

    So many child folders there, but only public/index.html is accessible on my webpage,
    I just modify some configuration so this is my last try and working but not all static assets accessible for public.

    
    

    >>> .gitlab-ci.yml

    image: alpine:latest
    pages:
    stage: deploy
    script:
    – echo ‘Nothing to do…’
    artifacts:
    paths:
    – public/
    – public/about-author/
    – public/amp/
    – public/amp/about-author/
    – public/amp/authors/cc/
    – public/amp/authors/cc/pime-maksud-hati-ingin-menebang-pohon/
    – public/amp/authors/cc/tags/about-me/
    – public/amp/authors/cc/tags/more-info/
    – public/amp/authors/cc/tags/more-info/
    – public/media/plugins/docSearch/
    – public/pime-maksud-hati-ingin-menebang-pohon/
    – public/tags/
    – public/tags/about-me/
    – public/tags/more-info/
    – public/assets/css/
    – public/assets/dynamic/fonts/oswald/
    – public/assets/js/
    – public/assets/svg/
    only:
    – main
    Screenshot server configuration on publii desktop
    https://drive.google.com/file/d/1O1usb_h_smyQ57yQDlY45zkW8_xTnM2k/view?usp=sharing
    Screenshot-from-2023-02-15-05-25-40
    
    #9411
    Avatar photoTomasz Dziuda

    Hi,

    It seems that you have provided invalid domain – it should be just ccnot.gitlab.io 🙂

    --
    Do you appreciate the support you've received today? If so, consider donating to the Publii team by clicking here; we'll be sure to use your donation to make Publii even better!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.