diff --git a/.woodpecker.yml b/.woodpecker.yml index f8e72ae..ed91729 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -60,8 +60,7 @@ steps: - docker rm frontend || true # Run the new container with the current version, mounting the files - > - docker run -d --name frontend -p 5173:80 - --restart always + docker run -d --name frontend -p 5173:80 -v /home/mnisyif/docker-containers/mnisyif/frontend/dist:/usr/share/nginx/html:ro -v /home/mnisyif/docker-containers/mnisyif/frontend/nginx.conf:/etc/nginx/nginx.conf:ro nginx:alpine diff --git a/public/assets/papers/sem_com01.pdf b/public/assets/papers/sem_com01.pdf index 3776fe5..afa9fbd 100644 Binary files a/public/assets/papers/sem_com01.pdf and b/public/assets/papers/sem_com01.pdf differ diff --git a/public/assets/pp/pp2.jpg b/public/assets/pp/pp2.jpg deleted file mode 100644 index 76fe76f..0000000 Binary files a/public/assets/pp/pp2.jpg and /dev/null differ diff --git a/src/components/publications/Publications.jsx b/src/components/publications/Publications.jsx index 9b21cd9..5007a61 100644 --- a/src/components/publications/Publications.jsx +++ b/src/components/publications/Publications.jsx @@ -8,8 +8,8 @@ const publicationsData = [ authors: "Murtadha Nisyif, Ahmed Refaey, and Sylvester Aboagye", journal: "IEEE Canadian Conference on Electrical and Computer Engineering", year: 2024, - doi: "10.1109/CCECE59415.2024.10667089", - link: "https://ieeexplore.ieee.org/document/10667089", + // doi: "10.1234/example.doi.2023", + // link: "https://doi.org/10.1234/example.doi.2023" pdfLink: "/assets/papers/sem_com01.pdf", }, // Add more publications as needed diff --git a/version.txt b/version.txt index e01e0dd..7fd0b1e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.12.4 +0.12.4 \ No newline at end of file